I would like to be able to change the white background color on all my pages at my site for post and blog content to a different color to cut down on brightness a bit. My site http://www.daltonskygazer.com
How do I go about changing css to do this? Not sure I understand what part of css refers to pages and posts background color.
Add this code to your child theme’s style.css file:
.post{
background-color: #eee;
}
You can change the colour value to any valid colour values you want.
And also, the Firebug plugin for Firefox will help you with identifying which part of the CSS file you need to edit to make the changes.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Account
Search Forums
Priority Support
This free Support Forum relies on contributions from our support staffs and fellow Graphene themes users. While we endeavour to provide adequate and timely support, due to its voluntary nature responses are not guaranteed and may be delayed.
If you require urgent assistance, you may like to consider our Priority Support option.