To highlight the current date on Tribe Events Event Calendar, add the following CSS to your theme’s custom CSS area:

 

.tribe-events-calendar-month__day--current {
  background-color: #e0ecf0 !important;
}

more similar articles

When you need to direct a particular user to a certain page based on their role in WordPress, you don’t need to spend money on a redirect plugin – just put the following code in your function.php file.

n

For instance, if you want all Subscribers to be redirected to their Dashboard.

When you need to direct a particular user to a certain page based on their role in WordPress, you don’t need to spend money on a redirect plugin – just put the following code in your function.php file.

For instance, if you want all Subscribers to be redirected to their Dashboard.