Okay
  Public Ticket #1069117
Event Section
Closed

Comments

  •  2
    Guntram started the conversation

    Hi!

    Great Theme

    How can i change the font Color of the Upcoming events?

    THX

  •  850
    Jelly replied

    Hi,

    Maybe you can specific what the text area you want change in a screenshot so I can write custom style for you?

    Best Regards,
    Jelly Team

  •  2
    Guntram replied

    Hi

    I want to change the color over the posters to maybe red...

    THX

  •  850
    Jelly replied

    Hi,

    Please add the css code in the path: Appearance -> Theme Editor -> Style.css, please put it in the end of the file:

    .upcomming-events .upevent .title {color: #ff0024;}

    Best Regards,
    Jelly Team

  •  2
    Guntram replied

    Hi

    I've added the code and it will work for the event title, but the date and the postet line is not in red.

    Can you help me to fix this?

    THX

  •  850
    Jelly replied

    Hi,

    Then please add more custom style below:

    .upcomming-events .upevent .content {
        border-color: #ff0024;
    }
    .upcomming-events .upevent .date {
        color: #ff0024;
    }
    

    Best Regards,
    Jelly Team