LuxAuto - changing background color to black from white

Latest Reply from Alice at 2016-03-16 07:33:32
How do I change the background color on the main page/all pages to default to black instead of white?
Hi!

This is very simple to do - simply change it on the 18th line of the style.css file of the theme:
html {
background:#fff;
}

However, in this case you will have to change the font color as well. Please, this very helpful article on how to change theme background, font color and etc - https://smthemes.com/blog/browser-devtools-is-at-your-service-or-how-to-change-theme-colors/

Leave a reply

Add codeAdd image