Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1325557

    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?

    #1325661

    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

    #1325683

    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.

    • This reply was modified 2 years, 9 months ago by Tarakbc.
    #1325738

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.