How do I change the background color for a single page?
Seems like it would be easy but I can’t seem to do it.
Thanks,
Stephen
Hey stepheng!
Are you just trying to change the background color for the content and not the header or footer? If so then try adding this to the text editor of your page.
<style type = "text/css">
#main .container_wrap_first { background: red; }
</style>
If that’s not what you were wanting then go ahead and take a screenshot and highlight what your trying to do so we can get a better idea.
Best regards,
Elliott