Changing the color of the page that displays my posts
-
How do I change the color of my blog page? I see answers here giving code to use. What do I do with the code once you supply it to me?
The blog I need help with is: (visible only to logged in users)
-
P.S. I do not help with CSS editing. Please be patient while waiting for help from another Volunteer who provides that service or for Staff to provide theme specific help.
-
Hi @marionmohawk, you enter custom CSS at Appearance > Customize > CSS. Delete all the informational text in that window, and paste in the custom CSS.
If you are wanting to change the white section of your site, add the following custom CSS and then edit the color code as desired.
.site { background-color: #ffffff; }If you need more information on the color codes, you can take a look at this web resource. Use the code listed under Hex.
- The topic ‘Changing the color of the page that displays my posts’ is closed to new replies.