How to change the Page background and font color to match the white font on grey background of the themes
I want to have all pages load with the black background color and the white text, instead of the standard white background black text.
Do you have some single code you could help me with to achieve this?
Thanks in advance
Hi Lucy, If you want to change the page background and font color on the DW page, below is our instruction:
Firstly, follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://designwall.com/blog/using-jetpack-custom-css-for-your-wordpress-site/
Then add the code below to the Edit Css.
body { background: #000;} .section { background: #000; color: #FFF} .section.portfolio { background: #000; } .section.blog { background: #000; } #colophon { background: #000; } .section-title p { color: #fff; } .section-content .section-content-title, .section-content .section-content-title a { color: #fff; } .thumbnail .caption { color: #fff; } .introducing .section-content-title, .introducing .section-content-title a { color: #fff; } .section-description { color: #fff; } .section-content { color: #fff; }
Save and enjoy, Hope this helps!
Hi Dominic,
Thank you so much for the help. I am having other progress but unfortunately not with the background. I installed Jetpack as you advised and followed your instructions.
This code above changed the color of the font which I wanted to achieve anyway. ( but the last section “directors statement the font did not change colors.)
Again can you give me a code to change the color background for my team section (now cast) and the other sections I would like to use an image.
Slowly everything is coming together. Thank you! You can login to the site and check. ( just activate the theme DW page modern)
I will answer your question in the following question:
http://cmspioneer.com/designwall/question/background-not-working
thanks 🙂
Please login or Register to submit your answer