Home Forums WoodMart support forum CART/SHOP ICONS MOBILE

CART/SHOP ICONS MOBILE

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

    gzelasco
    Participant

    Could please help me in hidde the cart icons on products page on MOBILE?

    See attached

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

    Hello,

    I saw the screenshot you attached. To remove the cart icon from the product grids for mobile then you need to add the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .woodmart-hover-icons .woodmart-buttons {
    display: none;
    }

    Best Regards.

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