How to change background colour in main menu?

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Mon Aug 19, 2013 9:37 am
Reply with quote
Report this post
I would like to be able to control the colour in the main menu area (which is always on top).
Where can I change this?

Can I insert an image as the background instead?
User avatar
Gold Boarder

GK User
Mon Aug 19, 2013 10:02 am
Reply with quote
Report this post
You could use override.css (enable it first in template settings).
Could You please post an url to your site, Ill be able to give You exact declaration.
User avatar
Moderator

GK User
Mon Aug 19, 2013 10:12 am
Reply with quote
Report this post
I will send you a PM as my site is not live yet.
:)

Cyberek wrote:You could use override.css (enable it first in template settings).
Could You please post an url to your site, Ill be able to give You exact declaration.
User avatar
Gold Boarder

GK User
Tue Aug 20, 2013 4:18 pm
Reply with quote
Report this post
I'm assuming, You refer to menu that appears if You go somewhere outside home page?
If so then please edit: /templates/gk_creativity/css/override.css and add at its end:
Code: Select all
#gkTop {
background: #999;
}

It will make it gray for example.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Tue Aug 20, 2013 8:48 pm
Reply with quote
Report this post
Thank you, it worked!
:)
User avatar
Gold Boarder

GK User
Tue Aug 20, 2013 9:37 pm
Reply with quote
Report this post
No problem :)
User avatar
Moderator


cron