I would like to know this too, please. The green color doesn’t fit my website (Interieurtips) at all.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin
Then use its “CSS Code” section of the dashboard to hold your CSS modifications:
Alternatively use your Child Theme style.css file to hold your CSS modifications:
.home .type-post.sticky,
.home .formatted-post,
.page-template-blog-page-php .type-post.sticky,
.page-template-blog-page-php .formatted-post {
background: red;
}
http://www.w3schools.com/cssref/css_colornames.asp
Wow, that was fast. Thanks so much! It worked and it’s beautifully grey now. Thanks again, you made me happy!
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Thanks for providing a link to your site – that makes all the difference 🙂
I kinda had a feeling about that 🙂 I already read some other posts and I noticed people always asked for the link, so I thought hey, why not give them the link in advance 😉 And apparently it worked, yay!