• Resolved Matthew Modlinski

    (@mattjallday)


    I’d like to change the background color of the site to white. Currently it’s showing as a gray color. Your help is greatly appreciated! Thank you!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello Matt,

    You can change the background color with the help of custom css. You need to apply the given css in your style file-

    .footer-widget-area {
    background-color: #ffffff !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter Matthew Modlinski

    (@mattjallday)

    Thank you! This definitely helped, but this only changed the footer widget area. I was hoping to change the color of the area on the background of the whole site, because it shows up as a dark gray.

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    For the grey area outside of the content area, the following would change it to white.

    body {
        background: #fff;
    }
    Thread Starter Matthew Modlinski

    (@mattjallday)

    I’m humbly grateful! You’re seriously resolving all the obstacles I’ve run into. Thank you!

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    You are welcome.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change Site Color Background’ is closed to new replies.