• Resolved Amanipe

    (@amanipe)


    Hello

    I have a problem :
    I customed the background color of my website in Black

    I would like to have the possibility to custom the background of certain pages. That’s why I download your plugin. I tried to custom the cart page, but nothing works.

    I just added the code:
    body {
    background-color: #424141;
    }
    On this page: http://easyameublement.fr/Wordpress/panier/

    Do you know why it doesn’t work ?
    In the mean time I ask the question to the theme Author.

    Ty

    Greg

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Daniele De Santis

    (@danieledesantis)

    Hi,
    your theme outputs some css inside a style tag in the head, overriding the main custom-css file.
    The style applied to the single page works, but you have an error in your css:

    body.custom-background {
        background-color: #55555;
    }

    should be

    body.custom-background {
        background-color: #555555;
    }
    Thread Starter Amanipe

    (@amanipe)

    Thanks a lot, what a stupid error 😀

    Plugin Author Daniele De Santis

    (@danieledesantis)

    No problem 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Nothing changes on my css for a page’ is closed to new replies.