• I’m using the Esteem theme from Theme Grill for my WordPress site, linked here: http://www.scottimmigration.com/

    Right now the entire website just has a plain white background, so I want to add some color. The Esteem theme does come with the option to upload a background image, but when I do that nothing appears on the site. I decided to try adding some code to the custom CSS box both for a background image and a background color (following instructions from a tutorial I watched), but when I save the changes the background of the site just remains white.

    I want to change the background of the entire site to a light gray. Anyone have any suggestions on what may be going wrong here?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Use this CSS code,

    div#page.hfeed.site {
    background:grey;
    }

    You need to change some of the text/button color after the slider section. Let me know how’s that worked out for you

    Thread Starter CaitlynHannon

    (@caitlynhannon)

    WOW! That worked great! Thank you so much – I don’t know why the other options for changing the background are giving me trouble, but this really helps!

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

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