Change white background

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Nov 29, 2013 11:10 am
Reply with quote
Report this post
Hello to everyone,

I want to change the white color of RockWall template but i have some problems. First i have enable override.css and put in there this code.

Code: Select all
body {background-image: none; background: #fc0000;}


But don't work. I try some more times, with another code but nothing. Any ideas?

Thanks in advance!
User avatar
Senior Boarder

teitbite
Fri Nov 29, 2013 12:06 pm
Reply with quote
Report this post
Hi

That's becuase it's set in couple of layers:

Hader:
Code: Select all
#gkTop {
    background: none repeat scroll 0 0 #000000;
}

Content:
Code: Select all
#gkPageContentWrap {
    background: none repeat scroll 0 0 #000000;
}

Footer:
Code: Select all
body {
    background: none repeat scroll 0 0 #000000;
}
User avatar
Moderator

GK User
Fri Nov 29, 2013 1:22 pm
Reply with quote
Report this post
It's working! Thank you very much!
User avatar
Senior Boarder

teitbite
Mon Dec 02, 2013 10:57 am
Reply with quote
Report this post
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron