Changing Background Color on 'Hever' Theme
-
Hello,
How does one change the background color for the ‘Hever’ Theme template. Thank you.The blog I need help with is: (visible only to logged in users)
-
If you have a WordPres.com plan that supports custom CSS, you can change Hever‘s background color with this code:
body { background-color: lightsteelblue; }In this example, I change the background color to light steel blue. For your purposes, replace the color name with the color name or color code of your preference.
If you are new to this, you can learn how to add custom CSS to your site at this link:
https://wordpress.com/support/custom-design/editing-css/Please let us know if this works for you.
- The topic ‘Changing Background Color on 'Hever' Theme’ is closed to new replies.