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
Hey Alex!
Add this to your custom CSS.
html { background-color: red !important; }
Cheers!
Elliott
Thanks Elliot, it’s works!