Change 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 Apr 04, 2014 12:21 pm
Reply with quote
Report this post
Hi i'm trying to change the color of all the background without success the top side, gkheadernav is still the same color and don't change

This is the code i'm using on override.css

body { background-color: #FFF7E0;}
.gkMenu > ul { background-color: #FFF7E0; }

#gkMainMenu .gkMenu {
background: #FFF7E0;
}
#gkMainMenu .gkMenu > ul li div.childcontent,
#gkMainMenu .gkMenu > ul li div.childcontent-inner,
#gkMainMenu .gkMenu .haschild:hover > a{
background: #FFF7E0;}

.gkMenu > ul > li { background-color: #FFF7E0; }

#gkHeader .gkHeaderNav{ background-color: #FFF7E0; } /* this line seems to not work*/
User avatar
Junior Boarder

GK User
Fri Apr 04, 2014 12:45 pm
Reply with quote
Report this post
Hi,
if you are not sure about class'es you can use Firebug to test online if your choice was good.

Second, you can also try to use !important value.
or Add URL I will check
User avatar
Platinum Boarder

GK User
Fri Apr 04, 2014 12:52 pm
Reply with quote
Report this post
Code: Select all
#gkTopBar { background: red; }
#gkHeaderNav {
    background: blue !important;
}
User avatar
Platinum Boarder

GK User
Fri Apr 04, 2014 1:41 pm
Reply with quote
Report this post
Thanks, it worked.

Kind of confused sometimes with the classes and id
User avatar
Junior Boarder


cron