Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #376848

    Hello,

    I can not change color background my website

    I want to color #FFFFFF and it does not work

    is this color instead #525052

    I found this in the code css :

    html, #scroll-top-link
    {
    background-color: #525052;
    }
    when I remove it, the code is regenerated.

    Can you help me please?

    Alex

    • This topic was modified 9 years, 10 months ago by Alex.
    #377017

    Hey Alex!

    Add this to your custom CSS.

    html { background-color: red !important; }
    

    Cheers!
    Elliott

    #377019

    Thanks Elliot, it’s works!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘I can not change color background my website’ is closed to new replies.