change menu tab color in style 1

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 Feb 08, 2013 2:31 pm
Reply with quote
Report this post
Hi guys i need to change the menu color from orange to blue, but style1.css is talking about editing the bass.css.


?

david
User avatar
Senior Boarder

Konrad M
Fri Feb 08, 2013 2:49 pm
Reply with quote
Report this post
Hi,
please try add to override.css
Code: Select all
.gkMenu > ul > li:hover > a, .gkMenu > ul > li:active > a, .gkMenu > ul > li:focus > a, .gkMenu > ul > li.active:hover > a, .gkMenu > ul > li.active:active > a, .gkMenu > ul > li.active:focus > a, .gkMenu > ul > li.active > a {
background: #de7037;
}

and change value to fit your needs. Remember to enable override.css option in template settings.
User avatar

GK User
Fri Feb 08, 2013 3:02 pm
Reply with quote
Report this post
thankyou for this, how do i chance the hover color too
User avatar
Senior Boarder

GK User
Fri Feb 08, 2013 3:08 pm
Reply with quote
Report this post
hey guys i got it, thank you
User avatar
Senior Boarder


cron