I’m using The Event Calendar plugin and noticed that the page background color that it renders is white and my background is slightly gray. Is there a CSS code that I can use to change the white background to my theme background color? Thanks!
Hi bdaily!
Can you post the link to your website so we can see the issue and provide you more accurate custom CSS code?
Cheers!
Yigit
Hey!
Try adding this code to the Quick CSS:
#tribe-bar-form {
background: white !important;
}
Cheers!
Josue
Hi Josue,
The issue is related to the main background color being white and not #f5f5f5 as desired. How do I accomplish this?
Thanks –
Hey!
Please add following code to Quick CSS
#main, .html_stretched #wrap_all {
background-color: #f5f5f5!important;
}
Cheers!
Yigit
That worked! Thanks Yigit!