Hi,
i am using Modern event calendar with Enfold theme and it works great. There is but one issue. When i want to see single event, instead of using white color as background color it uses header color and content starts to show beneath the header. What can be done?
Hey milieti,
First off, thanks for using our theme :)
To fix the background problem, just add this custom CSS code:
#main-content { background: white; }
and to fix the padding problem, just add this code:
#main { padding-top: 219px !important; }
Best regards,
John Torvik
It is still different color on the sides of main content.
Hi,
I’m not sure I understand the problem you are having, is it that the event has a white background? If not then please try to explain a bit further or post a screenshot highlighting it so that we can see what you would like to change.
Best regards,
Rikard
There is printscreen.
Hi,
Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:
.single-mec-events #main-content {
background-color:white !important;
}
Best regards,
Rikard
Hi,
unfortunaly it is still the same. Nothing happend.
Hi milieti,
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
#main {
background-color: #fff;
}
If you need further assistance please let us know.
Best regards,
Victoria