Change background colour
-
Hey there,
The background on my blog posts, about page and contact page are all white, and I’d prefer them a different colour.
How might I do this?
The blog I need help with is: (visible only to logged in users)
-
Hi there, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS and adjust the color code as you desire.
body.single .post, body.page .post, .hentry { background-color: #cc0000; }
- The topic ‘Change background colour’ is closed to new replies.