Hello,
I’ve installed the plugin Events Calendar and it seems the Enfold theme changes the appearence for the Titles of the events in the calendar. It doesn’t look very good so i would like to turn that off. How do I do that?
Hey Tarakbc,
Is it the multi day header you are referring to? If so, then what exactly are you looking to change?
Best regards,
Rikard
Hello,
For example, on the 18th October there are events in the calendar that have a big title. I would like them to be much smaller and not using the yellow theme.
Another meditation centre in our tradition uses the same calendar and it looks like this:
https://meditationinnewyork.org/events/
I would like to make ours look the same as the centre in New york. Also adding color around the numbers but instead of red like they using our yellow.
Hey,
Titles are H3 tagged so they inherit theme styles but you can override them by adding following code to bottom of Quick CSS field in Enfold theme options > General Styling
#top #wrap_all .tribe-events h3.tribe-events-calendar-month__calendar-event-title {
color: black;
font-size: 16px;
}
Cheers!
Yigit