• Resolved djano

    (@djano)


    Hello,

    I just want to change my backgrounds, I guess its in apperence but where ?

    It becomes white suddenly, I don’t know how.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author FameThemes

    (@famethemes)

    Hi,

    There is no option to change the background color of the page. You can try to use this custom CSS code in Appearance > Customize > Additional CSS, to change the background color.

    .page-template-default .site {
        background-color: #ccc;
    }
    Thread Starter djano

    (@djano)

    Thanks you so much, it works !

    hum…

    But not on the categories pages, like this one :
    https://jcaron.fr/category/audio/

    Theme Author FameThemes

    (@famethemes)

    Hi,

    For the categories page, the code should be

    body.category .site {
        background-color: #ccc;
    }

    or use this code to apply the style for all pages

    body .site {
        background-color: #ccc;
    }
    Thread Starter djano

    (@djano)

    You ‘ve just saved two websites for an unconfortable situation.

    Thank you !!

    Thread Starter djano

    (@djano)

    Oh my god, this trick doesn’t works with the articles backgrounds…

    Thread Starter djano

    (@djano)

    Any ideas for the articles background ?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Background color – pages’ is closed to new replies.