I want to have all pages load with the grey background color of the menu 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
Nicholas
Hello Nicholas !
To change the Page background and font color in the DW Gamez, you can add the following code to the Header Code (Dashboard > Customize > Custom Code)
<style>
.category .site-content {
background: #161B20;
}
.category .entry-content {
color: #fff;
}
.category .hentry .meta-top a {
color: #fff;
}
.category .hentry .entry-title a {
color: #FFF;
}
.category .more-link {
color: #fff;
}
.pagination .page-numbers {
color: #fff;
}
</style>
Hope this helps !
Thanks a ton for the time you put into writing this.
I am not sure if, its something else that is blocking it but when I first pasted this in I got a theme splash screen saying “Cheaten Eh?” Or something like that. Then when I refreshed the code was in the right spot but nothing changed on any of the pages..
Any suggestions?
Any extra help there? Any idea what might be blocking the change or perhaps something missing in the syntax?
Hi Nicholas !
Please send me username & password of your site (via private answer) for further checking.
Regards,
Please login or Register to submit your answer