News:

AbanteCart v1.4.2 is released.

Main Menu
support

Change Font colour on top menu hover

Started by Sean Armstrong, June 12, 2019, 04:46:10 AM

Previous topic - Next topic

Sean Armstrong

Is it possible to change the colour of the font on the top menu dropdown only on hover.  Currently they are all grey when i mouse over them but want to change them to green.

Basara


Sean Armstrong

Ive done this but it only changes the colour of the text which is the same when hovering over it.  There seems to be no way to change it on hover.  Template is the default

Basara

Can you please make screenshot and point with arrow what element you want to change?

Sean Armstrong

Ive attached screenshot of the menu.  As you can see when hovering over the dropdown i can change background colour to green however text remains grey.

I would like to change the text to white only when hovering over so essentially green background white text. 

Basara

Try something like

#topnav ul.dropdown-menu li a:hover {
    color: red;
}

Forum Rules Code of conduct
AbanteCart.com 2010 -