Remove href link to search products in brand logo carousel
-
Please help me, how can i delete href link to do not search for products by brand name when clicking on logo in carousel.
I think i need to edit the core php file.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.brands-widget .brand-item a {
pointer-events: none;
}
Best Regards
Hello!
Many thanks, that works!
Hello again!
How can i also disable it on product page ?
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .entry-summary:not(.col-lg-4) .wd-product-brands a{
pointer-events: none;
}
Best Regards