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

    Hi there,

    On the home page of a new website (in development) we have a grid section with background color in orange. On top we have a plugin element “upcoming events”.

    How can I get the text to be in color white?
    I have tried many options, but nothing works… :-(
    I gave the upcoming events a class: home-agenda for easy CSS, but that didn’t help either.

    Thanks & regards,
    Monique

    #637694

    Hey Monique,

    Thanks for getting in touch with us!

    You need to target the text itself with the CSS to change it’s color. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .home-agenda span, .home-agenda h4 {
        color: white;
    }
    

    Best regards,
    Jordan

    #637944

    Hi Jordan,

    Yes, done! I was struggling to find the right css desciptions ;-)

    Thanks a lot and please flag this topic as closed!

    Regards,
    Monique

    #638208

    Hi Monique,

    You’re welcome! Glad to have been of assistance :)

    Best regards,
    Jordan

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change font color of events calendar upcoming events’ is closed to new replies.