Home Forums WoodMart support forum Brand filter Reply To: Brand filter

#333450

Hello,

Thank you very much for choosing our theme and for contacting us.

In order to make the brand image change the color on the hover, you need to set “Alternative style” in the element settings.

Please add this code to the Theme Settings > Custom CSS > Global to make the brand is not clickable:

.brands-widget .brand-item a {
pointer-events: none;
}

Best Regards