I’m trying to get the body background of my events calendar details page to be white, just like all my other pages.
For some reason my blue header seeps down on the page, and I can’t seem to find a way that changes that part.
I’d like not to have a child theme for this supposedly small change. A quick CSS would be awsome.
See example here: https://ibb.co/dkqcqzw
The pink would be the preferred area to give a white color. Alternatively the yellow area is fine as well.
Note that I’m not trying to control the width of the white area, as that should just follow the css element’s width.
Does anyone have a good idea, for a usable solution that won’t go away with theme updates???
NB. Yes I have tried changing the epta-row epta-template-1 css, as that hits the area I’m trying to color. But it only works when I add it via chrome’s developer menu. But when I add it to files and quick css – it does nada.
Hey Johbar,
Please try this CSS instead:
#epta-template {
background-color: #fff !important;
}
If that doesn’t work then please share WordPress admin login details with us in private.
Best regards,
Rikard
That is just brilliant, thanks Rikard.
Do you know if the same is possible for the Month View?
Hi Johbar,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .tribe-events-view {
background-color: #fff;
}
If you need further assistance please let us know.
Best regards,
Victoria
Great, thanks :D
Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan Shannon