Hi, I’m using enfold theme and an external plugin for making reservations and events. the problem is that the background of the event page is affected by the header color -if the header is black the whole page background turns into black- which is very annoying. how can I solve it?
Hey IbrahimAlrabeh,
Thanks for the link, though I couldn’t see anything like that on the front page. Where can we see the actual problem?
Best regards,
Rikard
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.single-mec-events #main {
background-color:#fff !important;
}
Best regards,
Rikard
That went very well! Thank you!