• junia647

    (@junia647)


    Hello, I’m trying to change the background color for the page as well as the background color for the navigation bar but can’t find where to do so. Can someone let me know where to find the value I can change. Thank you very much for your assistance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    -Try using Firefox with the Firebug add-on for this kind of CSS work. http://getfirebug.com/

    i know this is old, but hope it helps

    for the background of the site, you have to go to style.css, and find the “body” tag

    inside body, put: “background-color: #000000;”

    change the #000000 code for the color code you want, and don’t put the “”.

    sorry, that was working locally, but it doesn’t when the site is uploaded.

    to make a custom background you should put this line of code in your functions.php file:

    add_theme_support( ‘custom-background’ );

    you can also check this:

    http://codex.wordpress.org/Custom_Backgrounds

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Change Background Color’ is closed to new replies.