• Closed
  • Diogo Queiroz
    Spectator
    30.11.2015 at 19:05 #22579

    how changes the background color of the page, blog, for they are found where changes the site’s background color.

    Denzel Chia
    Moderator
    Posts: 2656
    01.12.2015 at 09:14 #22615

    Hi,

    Post your website url.
    Not sure if able to use Custom CSS.

    Thanks!

    Diogo Queiroz
    Spectator
    Posts: 4
    01.12.2015 at 14:33 #22626
    Denzel Chia
    Moderator
    Posts: 2656
    02.12.2015 at 08:00 #22670

    Hi,

    Please use the following codes in Theme Options -> Custom CSS

    #main, footer, body, #content {
    background: #f1f1f1 none repeat scroll 0 0 !important;
    }
    .full-width {
    background: #f1f1f1 none repeat scroll 0 0 !important;
    }
    .post-content {
    background: #f1f1f1 none repeat scroll 0 0 !important;
    }
    .t4p-fullwidth {
    background: #f1f1f1 none repeat scroll 0 0 !important;
    }

    Change #f1f1f1 to your require color hex code.

    Thanks!