Forums

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

Home Forums CSS WordPress – Page Colours

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #41905
    Wip
    Member

    I am hoping that this is the correct place to ask! I am using WordPress Twenty Eleven. I have managed to change the colour of the front page but would like the other pages different colours. I cannot find where to do this ie where do I find each page and and change the hex? hope that makes sense.

    #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; }

    #120550
    Wip
    Member

    Thanks Andy, where would I insert that line? Im probably being a bit dim. lol

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.