Hi there!
I’ve had a look through all your demos to find an answer to my question. I’m trying to create one landing page with a black background color, where one can navigate to parts of the site with the theme background color (white). Can this be done?
Thank you!
Hey gofitsports,
You can change the background from the Theme Options Page.
It is located there for you to review.
Best regards,
Basilis
Hi!
I am aware, but how would I go ahead changing background color for one page only? Not the whole site.
Thanks
Hi,
Thanks for the feedback. You would need to target that particular page, could you post a link to the page in question please?
Best regards,
Rikard
Hi gofitsports,
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
.html_stretched .page-id-79 #wrap_all {
background-color: #000;
}
If you need further assistance please let us know.
Best regards,
Victoria