Change Main Menu colors

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 Jun 19, 2013 1:26 am
Reply with quote
Report this post
Hi there,

In News template, how can we change the main menu background to white and font colors to a dark gray?
Also, could you suggest an extension or plugin to show modules or more information inside menu?

Thank you!
User avatar
Expert Boarder

teitbite
Wed Jun 19, 2013 7:21 am
Reply with quote
Report this post
Hi

About plugin for modules in submenu, it's called "GK Menu Extended Parameters". If You are using quickstart than it's installed there already.

To change the colors in menu please try this css:

Code: Select all
#gkPageTop {
    background: none repeat scroll 0 0 #FFFFFF;
}

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

.gkMenu > ul > li:hover > a, .gkMenu > ul > li:active > a, .gkMenu > ul > li:focus > a, .gkMenu > ul > li.active:hover > a, .gkMenu > ul > li.active:active > a, .gkMenu > ul > li.active:focus > a, .gkMenu > ul > li.active > a {
    color: #000000;
}
User avatar
Moderator

GK User
Thu Jun 20, 2013 2:50 am
Reply with quote
Report this post
Please let me know in which file we have to add the code, to override css file or which css file?

Thank you
User avatar
Expert Boarder

teitbite
Thu Jun 20, 2013 2:02 pm
Reply with quote
Report this post
Hi

Please add this to override.css file but remember to allow override in template settings.
User avatar
Moderator


cron