Home › Forums › WoodMart support forum › Hover Color change in Categories › Reply To: Hover Color change in Categories
November 9, 2020 at 12:43 pm
#240168
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woodmart-header-links .color-scheme-light li a:hover {
background-color: red;
color: green;
}
Best Regards.