Change Background Color

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
Wed Jul 22, 2015 6:37 am
Reply with quote
Report this post
On your demo site you have the background and the navigation in dark gray. What is the CSS override to change the template background color and the navigation from dark gray to white?
User avatar
Junior Boarder

GK User
Wed Jul 22, 2015 7:08 am
Reply with quote
Report this post
Hi Thomas,
Read:
https://www.gavick.com/documentation/jo ... bar-height
https://www.gavick.com/documentation/jo ... -menu-font

but in your case use
#gkMainMenu .gkMenu {background:white;}
.gkMenu > ul > li > a {color: black;}
#gkMainMenu .gkMenu > ul > li > a:hover {color: red;}
User avatar
Platinum Boarder

GK User
Thu Jul 23, 2015 4:30 am
Reply with quote
Report this post
Hi Minion

Thanks, but you only answered 1 out of the 2 questions.

What about the outside background, it's dark gray and I want to change to white?
User avatar
Junior Boarder

GK User
Sun Jul 26, 2015 4:02 pm
Reply with quote
Report this post
What about the outside background..

Aaaa I forgot, here you're:
#gkHeaderNav, #gkMenuWrap, #gkMainMenu .gkMenu {background:#fff;}
I tested with yellow
User avatar
Platinum Boarder


cron