Home Forums WoodMart support forum Remove Brand Image Link

Remove Brand Image Link

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #647393

    scholtobos
    Participant

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

    I tried this css code, but it doesn’t work:

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

    Can you point me the right way?

    Thanks in advance.

    • This topic was modified 1 day, 1 hour ago by scholtobos.
    #647593

    Hung Pham
    Keymaster

    Hi scholtobos,

    Thanks for reaching to us.

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

    .wd-single-brands .wd-product-brands a {
        pointer-events: none;
    }

    Regards,

    #647612

    scholtobos
    Participant

    Thanks Hung. It works. You can close this ticket.

    #647615

    Hung Pham
    Keymaster

    Hi scholtobos,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    If you have a quick minute we always appreciate a 5-star rating on our theme!

    https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492

    Your feedback is the motivation to improve our work and services.

    Regards,

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

The topic ‘Remove Brand Image Link’ is closed to new replies.