Home Forums WoodMart support forum Disable brand swatch on WOODMART WooCommerce Layered Nav

Disable brand swatch on WOODMART WooCommerce Layered Nav

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #306948

    d_ch
    Participant

    Hi,

    Could you please help me to hide only the brand swatch on WOODMART WooCommerce Layered Nav widget for my brands attribute?

    I’ve tried via the following CSS snippet but it also hides the brand name and not only the brand image:

    .woodmart-woocommerce-layered-nav .swatches-normal.swatches-brands {
    	display:none;
    }

    Waiting for your further advice on this.

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

    Hello,

    Please replace your Custom CSS with the following then clear cache and check back.

    .woodmart-woocommerce-layered-nav .filter-swatch, .wd-pf-dropdown .filter-swatch {
        display: none;
    }

    Best Regards.

    #307059

    d_ch
    Participant

    Hi,

    I tested the above CSS snippet but it also hides color swatches for my color attribute which I wish to have them appeared on my filters. I would like to hide only the brand swatch and not the rest of my swatches.

    Waiting for your further advice on this.

    #307081

    Hello,

    Please try and replace the previous Custom CSS with the following Custom CSS. And see if this works for you.

    div#woodmart-woocommerce-layered-nav-3 .filter-swatch, .wd-pf-dropdown .filter-swatch {
        display: none;
    }

    Regards.
    Xtemos Studios

    #307602

    d_ch
    Participant

    Thank you, the above CSS snippet seems to work as desired.

    #307676

    Most Welcome!!!

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Disable brand swatch on WOODMART WooCommerce Layered Nav’ is closed to new replies.