This topic has 5 replies, 2 voices, and was last updated 10 years ago ago by Eva Kemp
Hi,
in Royal theme I cannot find the rows in style.css for making the hover effect on the widgets. I have a custom menu widget as sidebar and I would like to change the hover color and effect on them. Which css row should be set?
Thanks,
Peter
Follow up, thanks
Hello,
Please provide us with a link of a page where you want to make changes. Also we recommend to make changes in custom.css file, not in the original style.css.
How to create custom.css you can watch in the video tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Regards,
Eva Kemp.
Soda-queen.com.au
Hello,
To change hover color for the custom menu items add this code in custom.css file:
.widget_nav_menu li a:hover {
color: red !important;
}
Use your own color value.
Thank you.
Regards,
Eva Kemp.
The issue related to '‘Widget hover’' has been successfully resolved, and the topic is now closed for further responses