Hi,
I would like to know how to change the page’s background color?
http://www.markhuphotography.com/theme-questions
Previously I had a solution by using global css, is there way to only apply in specific page/post?
Thanks for the help!
Hey Mark!
Drag a codeblock element to your page and add this inside.
<style type = "text/css">
html { background-color: red !important; }
</style>
Best regards,
Elliott
Thanks Elliott!