Home Forums WoodMart support forum Change hover color drop down menu (Aizaz please :o) Reply To: Change hover color drop down menu (Aizaz please :o)

#430904

Hello,

Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

.wd-nav-vertical.wd-design-default>li:is(.wd-opened,:hover)>a { background-color: red !important; }

In this CSS, you can change the red color to your choice of color.

Best Regards