Change Menu/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
Sun Sep 28, 2014 7:56 am
Reply with quote
Report this post
Hello,

There are two things I am trying to do.

1. How do I change default menu color from Grey to White? I tried putting below in override.css but no luck.

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

2. How do I change background color to blue of Menu's dropdown box? For ex: if you go to Games menu it shows in white background.

URL - gagity.com

Thanks
User avatar
Expert Boarder

GK User
Sun Sep 28, 2014 9:12 am
Reply with quote
Report this post
User avatar
Platinum Boarder

GK User
Sun Sep 28, 2014 9:19 am
Reply with quote
Report this post
Tip:
Code: Select all
.gkMenu > ul > li > a {color: #fff !important; }

and
Code: Select all
.gkMenu > ul li div.childcontent {background: #268fe2;}
.gkMenu > ul li div.childcontent a:hover {color: #fff!important}
.gkMenu > ul li div.childcontent li:hover > a,
.gkMenu > ul li div.childcontent li:hover > a small {color: #fff; }   


Unfortunately, however in this template case, it was best to change the color in the menu.css and style5.css file,
but try first by using override.css
User avatar
Platinum Boarder

GK User
Sun Sep 28, 2014 2:49 pm
Reply with quote
Report this post
Thank you Oscar, override din't work so I had to change in menu.css.
User avatar
Expert Boarder

GK User
Sun Sep 28, 2014 5:28 pm
Reply with quote
Report this post
yes, as I told you, GK developers used !important values too many times, that's why override didn't want to cooperate in this case.
But In new templates is no problem with it anymore, I hope :mrgreen:

I suggest to note this change somewhere to remember :)
if new version will be available to update.
User avatar
Platinum Boarder


cron