Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi

    If you are referring to the main background – the code that is affecting it is

    body {
    background: #E6E1C4;
    }

    to something like (if you want it to be white). If you don’t already have a custom.css you should install a plugin like custom CSS plugin then add the following to the custom css area.

    body {
    background: #fff;
    }
    Thread Starter mibrar

    (@mibrar)

    I have tried but its not working. Any alternative. I want to change the color of background for WordPress pages or post to displayed.

    You should add

    #content { background: #eee; }

    And use Appearance > Customize for Body Background.

    Hi, I already change from beige to white color but still appearing some beige areas in https://comeven.org/ How can I change it to white?..

    @guaramo

    It’s better if you post a new ticket rather than comment on a existing one. Anyway try this

    #primary, #secondary {
    background: #fff;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to change background color of WordPress Pages in Sixteen’ is closed to new replies.