Home New Guten Forums WoodMart support forum Remove href link to search products in brand logo carousel

Remove href link to search products in brand logo carousel

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #399634

    iniart.m
    Participant

    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.
    #399656

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

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

    Best Regards

    #399704

    iniart.m
    Participant

    Hello!

    Many thanks, that works!

    #399712

    iniart.m
    Participant

    Hello again!

    How can i also disable it on product page ?

    Attachments:
    You must be logged in to view attached files.
    #399862

    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

Viewing 5 posts - 1 through 5 (of 5 total)