Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
1.1k views
in Themes by

How to change the background color of snowflat

1 Answer

+1 vote
by

I think this can help you, just place this code in your theme's (SnowFlat) CSS file in the end with your own colour.

body{

background: #colour !important;

}

There is one more way and that is to locate "body" in your css file (most probably on 78th line) and the changing the #colour there. Just replace the existing colour code there with your own.

I hope this help.

by
I changed it but the color isn't changing!
by
Can you share the exact code that you are pasting in your CSS file??
...