Home Forums WoodMart support forum Icon size of filter in shop page side bar

Icon size of filter in shop page side bar

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

    webtofly
    Participant

    Dear support team,

    I would like to adjust the Icon size of the filter bar in the shop page. I want it to have it like the standard filter “brands”, but I only get small cycled icons. What do I need to do ?

    Thanks and best regards,
    Julian

    #217861

    Hello,

    Please set the settings for the WoodMart WooCommerce layered nav in the Shop page widget area same as in the screenshot below.

    Screenshot for Clarification: https://ibb.co/h1gZpJN

    Then clear cache and check back.

    Regard’s.
    Xtemos Studio.

    #217969

    webtofly
    Participant

    Thanks that worked for “Winzer”
    But for the “region” I still see the rounded border do you know why ?

    #218105

    Hello,

    You are Most Welcome. The other attributes than the brand are displayed as the color attribute is displayed that’s why there is a round border.

    Therefore to remove it try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    #woodmart-woocommerce-layered-nav-5 .filter-swatch > span {
    border: none !important;
    border-radius: 0;
    }
    #woodmart-woocommerce-layered-nav-5 .filter-swatch > span::after {
    border-radius: 0;
    }

    Best Regards.

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