Home Forums WoodMart support forum How to remove the brand image from the product filter

How to remove the brand image from the product filter

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

    dmitry.repida
    Participant

    Could you please tell me how to remove the brand image from the product filter so that only the brand name is displayed, while keeping the brand image visible on the brand’s page?

    #723000

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    In the filter widget settings, please make sure that the Show Label option is enabled. This will ensure that the brand names remain visible.
    https://postimg.cc/LhWbVcyT

    Then, to hide only the brand images in the filter while keeping them visible on product pages, add the following CSS in Theme Settings > Custom CSS:

    /* Hide brand images in filters */
    .wd-swatches-brands .wd-swatch.wd-bg {
        display: none;
    }
    
    /* Show brand labels */
    .wd-swatches-brands .wd-filter-lable {
        display: inline-block;
        margin-inline-start: 0;
    }

    Best Regards

    #723016

    dmitry.repida
    Participant

    Thank you very much, everything works successfully!

    #723058

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You’re Most Welcome!

    Feel free to write back anytime. If you need further assistance, we are always here to help you.

    If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme:
    https://www.trustpilot.com/review/xtemos.com

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘How to remove the brand image from the product filter’ is closed to new replies.