Home Forums WoodMart support forum Remove Brand Link on Single Product

Remove Brand Link on Single Product

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #407587

    insideweb
    Participant

    Is it possible to NOT link the brand logo on the single product page to the filtered shop page for that brand? We just want to display the brand logo, without the link.

    #407684

    Hello,

    Yes, please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS code section:

    .single-product .wd-product-brands.set-mb-s {
        pointer-events: none;
    }

    Best Regards.

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