How to change the colour of the menu text on roll over and active?

Posted in: Newspaper
Post count: 3

How do I change the colour of the menu text on roll over and active state? Currently the menu text is all blue, but when roll over happens or page is active, i’d like to make the text white. Is this possible? Please refer to my screen grab.
https://app.box.com/s/28jfrwwl3jys51ojy3s7lem4s2zwmat4

Post count: 20688

Hi,

The color of the menu items can be changed in the theme panel, theme colors section
https://www.screencast.com/t/hmVG6Eew

Thanks

Post count: 3

Hi Simon

I know the colour can be changed here for the menu text, I’m asking if I can somehow change the menu text colour to a different colour on hover and active state.

I’ve currently selected navy for the menu text colour and want the menu text colour to change to white on hover and active state – can this be done?

Post count: 20688

Hi,

It could be possible with some custom CSS code. If you could provide a link to your website, I will try to give you a more accurate solution. A code like this one might be what you want, you can try it in the meantime

.sf-menu > .current-menu-item a,
.td-header-wrap .td-header-menu-wrap .sf-menu > li > a:hover {
color: white!important;
}

Enter the code in Theme panel->Custom CSS section and see if it does what you wanted.

Thanks

Post count: 3

Hi Simon

That seems to have worked—thank you.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.