Home Forums WoodMart support forum Swatches on Shop Page Grid

Swatches on Shop Page Grid

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #409880

    [email protected]
    Participant

    Using woodmart main theme. Using product style QUICK. I do not want attribute swatches cluttering up (showing) on the shop page grid.
    Especially on Mobile- the swatch shows up (I am using color swatches) encompassing about 20% of the product image.

    #409934

    Hello,

    Actually, unfortunately, there isn’t a separate option available to hide the Attribute Swatches for Mobile view.

    So, please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS:

    @media (max-width: 768px) {
    .wd-hover-base .wrapp-swatches {
        display: none !important;
    }
    }

    Best Regards.

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