Below is the code I use to change the background color of my Week View. It works!
I need to change the font color to stay white. When I refresh the page, the font initially is white, and then it turns to another color. I don’t know if this is caused by Enfold theme.
.tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap .column, .tribe-grid-header {
background-color: #1e454a !important
}
Thanks!!!
Hey Susan,
Please try the following in Quick CSS under Enfold->General Styling:
.view-week #tribe-events a {
color: #fff !important;
}
Best regards,
Rikard
Hi Rikard,
It is now on my Quick CSS and it still doing the same thing. When reloading, the week view fonts are white then changes to another color.
Hi,
Try adding this css code in Quick CSS:
#tribe-events .tribe-grid-header a,
#tribe-events .tribe-grid-header a span {
color: #fff !important;
}
Hope this helps.
Best regards,
Nikko
Hi Nikko,
Perfect!!! Thank you so much!!!
Blessings,
/Susan
Hi Susan,
Glad we could help :) Thanks for using Enfold, have a nice day :)
Best regards,
Nikko