Home Forums WoodMart support forum How to disappear the brand name shown on shop filter page

How to disappear the brand name shown on shop filter page

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

    prashanthb
    Participant

    How to disappear the brand name shown on the shop filter page as shown in the image below, I wanted only the brand images to need to be visible and not the names how?

    And some of the brands don’t have images only those can be visible but others need to be visible only images

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

    Hello,

    I saw the screenshot you attached.

    Please Go to Appearance >> Widgets >> Edit Woodmart Woocommerce Layered nav and set the display label to OFF.

    Screenshot for Clarification: https://gyazo.com/dac7b4194975595f0ec2c825f6cf3f86

    Best Regards

    #302530

    prashanthb
    Participant

    the display label is already OFF but still the names are visible wy?

    #302593

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woodmart-woocommerce-layered-nav .swatches-large .with-swatch-text .layer-term-name {
        display: none;
    }

    Best Regards

    #302693

    prashanthb
    Participant

    Due to that, the size of the brand’s image reduced how to increase the size?

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

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woodmart-woocommerce-layered-nav .swatches-large.swatches-brands .filter-swatch>span {
        width: 90px;
        height: 50px;
    }

    Best Regards

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