Change Menu Highlight colour

Professional Business Joomla template for corporate and business websites suitable for showing stock quotes, up to date news, portfolio management resources or international market data.
GK User
Wed Feb 27, 2013 4:18 pm
Ahoy hoy,

Me again :)

Anyone able to tell me how to change the highlight color for the main menu?

I've added some code to change the colour of the text to white in override.css but can't seem to change the color of the actual highlight box.

Any ideas? :idea:
User avatar
Fresh Boarder

Konrad M
Wed Feb 27, 2013 4:32 pm
Hi,
please try this code in your override.css
Code: Select all
div.gk-menu ul.level0 > li.haschild:hover a {
    background: #ffffff !important;
}

and set your own color value to fit your needs. Remember to enable override.css option in template settings.
User avatar

GK User
Thu Feb 28, 2013 5:39 pm
Hi Konrad,

Thanks for the info :)

But this code changes the top menu highlight colour, but also the colour for the drop down menu (which I don't want).

Any way to change the top highlight colour but leave the drop down menu colour untouched?
gavick.png
User avatar
Fresh Boarder

Konrad M
Fri Mar 01, 2013 8:37 am
Please give me url to your website.
User avatar

GK User
Fri Mar 01, 2013 12:00 pm
Hi Konrad,

The site is offline so I have sent login details by PM :)
User avatar
Fresh Boarder

Konrad M
Fri Mar 01, 2013 12:08 pm
Change my code to this one:
Code: Select all
div.gk-menu ul.level0 > li.haschild:hover > a {
    background: #ffffff !important;
}
User avatar

GK User
Fri Mar 01, 2013 1:27 pm
Konrad you are the best :)
User avatar
Fresh Boarder


cron