Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
377 views
in Themes by

perhaps me

how can I change the background of SnowFlat ?

 

TY

Q2A version: 1.7.1

1 Answer

+2 votes
by
selected by
 
Best answer

body {

  •     background: #ecf0f1 url(images/bodybg.jpg)!important;

    position: relative;
    font-family: "Ubuntu", "Helvetica", "Arial", "FreeSans", sans-serif;
    color: #34495e;
}

...