Change Transparent Background on Main Menu on Homepage to Wh

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
Sat Nov 23, 2013 12:51 am
Reply with quote
Report this post
Is there a way to change the background of the Main Menu on the homepage from tarnsparent to white even when the page is scrolled all the way to the top???
User avatar
Senior Boarder

GK User
Sat Nov 23, 2013 1:12 am
Reply with quote
Report this post
Hi.

Try this one:

Code: Select all
.imageBg #gkMainMenu { background:#fff;}

.imageBg .gkMenu > ul > li > a { color: #444; }


More tips here: http://www.gavick.com/documentation/cat ... -template/
User avatar
Platinum Boarder

GK User
Sat Nov 23, 2013 4:36 am
Reply with quote
Report this post
Pawel F wrote:Hi.

Try this one:

Code: Select all
.imageBg #gkMainMenu { background:#fff;}

.imageBg .gkMenu > ul > li > a { color: #444; }


More tips here: http://www.gavick.com/documentation/cat ... -template/


Where am I supposed to put this? I tried modifying the menu.css file with no success :(
User avatar
Senior Boarder

GK User
Sat Nov 23, 2013 5:21 am
Reply with quote
Report this post
Pawel F wrote:Hi.

Try this one:

Code: Select all
.imageBg #gkMainMenu { background:#fff;}

.imageBg .gkMenu > ul > li > a { color: #444; }


More tips here: http://www.gavick.com/documentation/cat ... -template/


Also tried putting this in the override.css file... it pnly makes the background behind the menu items white and not the entire bar across the screen... any advise?

http://s24.postimg.org/r614tnbut/Capture.png
Image
User avatar
Senior Boarder

GK User
Sat Nov 23, 2013 11:09 am
Reply with quote
Report this post
it only makes the background behind the menu items white


Yes, because you asked for it :whistle:

Is there a way to change the background of the Main Menu on the homepage


So now you want a white background for all header bar yes?
User avatar
Platinum Boarder

GK User
Sat Nov 23, 2013 1:03 pm
Reply with quote
Report this post
Here you are

Code: Select all
.imageBg #gkHeader > div:first-child  { background:#fff;  }


Remember about color of menu items links

Code: Select all
.imageBg .gkMenu > ul > li > a { color: #333; }



Result but with #444 background color instead :mrgreen:
User avatar
Platinum Boarder


cron