Tagged: events calendar, Font-color, Upcoming events
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
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
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
Hi Monique,
You’re welcome! Glad to have been of assistance :)
Best regards,
Jordan