Hi,
Is it possible to change the color of the background of the single event page?
Now the event page has a white background and my menu it transparent with white menu items, so they are not visible.
Hi,
Is it possible to change the color of the background of the single event page?
Now the event page has a white background and my menu it transparent with white menu items, so they are not visible.
Hi there,
Thanks for writing around! Please try adding the following CSS code in the Theme Options > Global CSS or in the Customizer via Appearance > Customize > Custom > Edit GLOBAL CSS
.single-mec-events .mec-container {
background: #3fd6e7;
}
Let us know how this goes!
That’s making only give a part of the page a color.
As you can see in the screenshot, I like to have the grey part white and the white part light grey.
And more space between the menu bar and the MEC part.
Another option is; for this pages another logo and black menu items.
Hi there,
Would you mind providing your site’s URL that has this issue? I’m not sure if you’re referring to Ethos stack, it has a unique background.
Thanks!
http://event.studiozes.nl/events/daily-each-3-days/ is for example a page of an event, that’s automaticly made by MEC.
Hi again,
Thank you for the URL. Please add the following code in your Customizer:
body.single-mec-events .site {
background: orange !important;
}
Cheers!
Thank you! that works for me.
Glad we could help.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.