Change menu 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 May 14, 2014 10:49 am
Reply with quote
Report this post
Hello,

I am trying to change the backgrounf color of news2 template and i am unable to do it. I change the menu.css color but nothing change. Do anyone have a css code to insert to override.css to change the color?

Thanks in advance,
Epas
User avatar
Senior Boarder

GK User
Wed May 14, 2014 10:54 am
Reply with quote
Report this post
User avatar
Platinum Boarder

GK User
Wed May 14, 2014 10:57 am
Reply with quote
Report this post
In your case, after reading start from this:

Code: Select all
#gkMainMenu {
    background: green;
}

.gkMenu > ul > li > a {
    border-right: 1px solid yellow;
}
User avatar
Platinum Boarder

GK User
Wed May 14, 2014 11:41 am
Reply with quote
Report this post
Thank you very much Pawel for your reply.

I have inserted the code but i need something more and i can't solved it .I need all background of main menu with the same color. Not only the fields of menu items. Please view the follow image.

Image
User avatar
Senior Boarder

GK User
Thu May 15, 2014 12:43 am
Reply with quote
Report this post
Try this:
Code: Select all
#gkTopNav {
    background: #E7E7E7;
}
User avatar
Platinum Boarder

GK User
Thu Feb 05, 2015 11:17 am
Reply with quote
Report this post
Hi there.
i was trying to do the same thing adding the last code
CODE: SELECT ALL
#gkTopNav {
background: #E7E7E7;
}

but nothing changed.
I've previously changed the code for the menu height in case that matters.

Can you have a look please? - www.bulgariaoggi.com/new

Thanks
User avatar
Senior Boarder

GK User
Thu Feb 05, 2015 5:32 pm
Reply with quote
Report this post
Are you sure, I tried on-line and it works. Check.
red.png

so maybe you added in "wrong" place?
Check my footer link for more details.
Have fun.
User avatar
Platinum Boarder

GK User
Fri Feb 06, 2015 9:01 am
Reply with quote
Report this post
Hi there,
i have absolutely no clue what is going on. I've never added that code there and even after i cleaned the cache and checked the website from another computer it's still white background...
I put the code exactly where it has to be - in the override file. I agree it's weird there's no effect but some of the other codes i've pasted in this file work great.
Shall i send you a pm with the login details to have a look?
Thanks!
User avatar
Senior Boarder

GK User
Fri Feb 06, 2015 11:20 am
Reply with quote
Report this post
Try to add this line of code in custom css field in template settings.
User avatar
Platinum Boarder

GK User
Fri Feb 06, 2015 11:35 am
Reply with quote
Report this post
Done, check your website now.
I added where I said before.
User avatar
Platinum Boarder

GK User
Fri Feb 06, 2015 1:34 pm
Reply with quote
Report this post
Fantastic, thanks!!
User avatar
Senior Boarder

GK User
Fri Feb 06, 2015 11:42 pm
Reply with quote
Report this post
By the first time I guess you add some stuff before my code which may break next lines of code.
I saw something in Custom CSS in your template, but I deleted it.
User avatar
Platinum Boarder

GK User
Sun Feb 08, 2015 10:42 am
Reply with quote
Report this post
Can you please tell me what exactly and where you did, so i can still have it when i re-install the template?

Thanks
User avatar
Senior Boarder

GK User
Sun Feb 08, 2015 11:22 am
Reply with quote
Report this post
In template settings, but after template re-install it should be there also.
User avatar
Platinum Boarder


cron