Nicholas Heinig
asked 11 years ago

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

1 Answers
DominicStaff
answered 11 years ago

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 !

Nicholas Heinig
replied 11 years ago

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?

Nicholas Heinig
replied 11 years ago

Any extra help there? Any idea what might be blocking the change or perhaps something missing in the syntax?

Dominic Staff
replied 11 years ago

Hi Nicholas !
Please send me username & password of your site (via private answer) for further checking.
Regards,

Powered by DW Question & Answer Pro