• Resolved jhiatt4

    (@jhiatt4)


    Hello,

    I’ve tried using the custom background color to change my background to gray, but no color I choose will implement. I’ve tried adding in some custom CSS code, but nothing will change the background color.

    I did try adding the following to custom CSS:

    .site-content {
    background: #E5EBF0;
    }

    That actually DID add the color behind the text in the body, but nowhere else (which makes sense, it’s just not what I want).

    Can someone help me with this? My site looks really boring with just the white background!

    Here’s my site, if that helps at all: http://www.oace.info

    Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author galussothemes

    (@galussothemes)

    Hi jhiatt4,

    go to Appearance > Editor, select custom-style.css, paste the code below and click Update File button:

    #main.wrapper {
    	background-color: #E5EBF0;
    }
    .site-header {
    	padding-bottom: 0;
    }
    footer[role="contentinfo"] {
    	margin-top: 0;
    }

    Regards.

    Thread Starter jhiatt4

    (@jhiatt4)

    BRILLIANT!!! That worked like a charm! Thank you so much for your help!! 😀

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

The topic ‘Can't change background color’ is closed to new replies.