• I’m using yahoo webhosting, and word press is used through that. I’m also using the default theme.

    I want to change my pages background color to a dark navy…and I’ve tried using HTML codes and doing it in my theme editor, but it doesn’t seem to work. Help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • open up default theme’s style.css and look for:

    body {
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
    background: #d5d6d7 url(‘images/kubrickbgcolor.jpg’);
    color: #333;
    text-align: center;
    }

    and change the bold text to background color desired.

    Thanks much, that worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the background colors’ is closed to new replies.