Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS WordPress – Page Colours Re: WordPress – Page Colours

#120546
Andy Howells
Participant

I may be wrong but I think the default themes apply a class on the body element that will be different on every page, so that way you could target particular pages with your CSS by basing it on the body class, for example;

body.theClassHere .elementYouWantToColour { color: red; }