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)
December 23, 2022 at 10:41 am
#430904
Aizaz Imtiaz Awan
Keymaster
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