Page color.

  • Unknown's avatar

    How do I change the color of the scrolling part the pages from white to black?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi grusdesign

    Try adding the following custom CSS:

    #wrapper {
      background: #111111;
    }
    
    .entry-title a:link, .entry-title a:visited {
      color: #FFFFFF;
    }

    Let me know if this gives you the result you were looking for.

    Gavin

  • Unknown's avatar

    Thanks for the suggestion but no, it doesn’t affect the part of the page I need to change. It does change a part of the bg that I don’t want to change. See johnwhophoto.com and click on any of the pages except “Home”. It’s the white field I want to change.

  • If you want to change the white background around your content, you would use this css:

    .container { background-color: pink; }

    … only use the color you’d like. Cheers!

  • The topic ‘Page color.’ is closed to new replies.