Page 1 of 1

Backround Color

Posted: Sat Oct 09, 2010 6:51 am
by Vaggelis
Hi,

Do you know how i can change backround color from ccs file,on demo home page,i want from white-blue change to dark-black.

I think that it is changed from css file,maybe it is wrong,

thanks

Re: Backround Color

Posted: Sun Dec 22, 2013 12:47 pm
by metzger
Open the red.css file and find the line below like this.

Code: Select all

body {
   background-color: #000000;
}