Home › Forums › WoodMart support forum › Pre-footer URL Link for each brand › Reply To: Pre-footer URL Link for each brand
October 3, 2023 at 12:45 pm
#501080
Hung Pham
Keymaster
Hi stephentwe-8187,
Thanks for reaching to us.
In order to remove Categories meta info, add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS
.brands-widget .brand-item a {
pointer-events: none;
}
Regards,