• I keep trying to change my background from black to white, and every time I exit out of the customized section, it changes back to black. Please help!

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

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

    Add the below code if the customizer is not working. If you added a code in the Customize > Custom CSS section, try removing it or add this one.

    header#site-header {
        background-color: #ffffff !important;
    }
    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello lifitnginheels,

    you can customize backgound color using theme customizer.

    Go to Apperance-> Customize -> General Options -> General Styling.

    Select Backgrond Color or image whatever you want.

    or you can add css into your current active child theme’s style.css file or you can add additional css option in theme customizer

    #content {
        background: #fff !important;
    }
    header#site-header {
        background-color: #fff !important;
    }

    Hope this will helps you.

    Thanks.

    hello got exactly the same problem. I delete all plugins and I tried it with css. nothing is working. Please I need help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Background color won’t change’ is closed to new replies.