Home › Forums › WoodMart support forum › Brand click – filter product off › Reply To: Brand click – filter product off
October 14, 2021 at 12:00 am
#325043
Elise Noromit
Member
Hello,
Do you want to make the brands in the footer not clickable? If so, add this code to the Theme Settings > Custom CSS > Global:
.brands-widget .brand-item a {
pointer-events: none;
}
Best Regards