WP Menu widget – change hover color

Posted in: Newspaper
Post count: 22

Dear friends,

I would like to ask you how to change the color in preinstalled WP Menu widget. Before last theme update (to 6.6.4) I’ve simply changed it by edit CSS code into:

.widget a:hover {
text-decoration: underline;
color: #000000;
}

After update it doesn’t work anymore. So what I’m suppossed to do to change hover color of menu items just in that exact widget?

Link to my site: http://www.hsgrp.sk
You can see the widget just before the footer where the facebook social plugin is located.

Thank you for your prompt answers.

Post count: 22421

Hello,

Please try using this custom css:

.widget_nav_menu li:hover a{
color:red!important
}

Thank you!

Post count: 22

Hello,

It works perfect!!

Thank you alot! 🙂

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