Home Forums WoodMart support forum Issue with Cart and Favorite Icons Blocking Product Images on Mobile

Issue with Cart and Favorite Icons Blocking Product Images on Mobile

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

    vettestripes
    Participant

    Dear Support Team,

    I am experiencing an issue when using the website on mobile devices. The cart and favorite icons are blocking the product images, making it difficult for customers to see the full product images.

    Is there a way to remove these icons on the mobile website? They are not necessary for my use and are obstructing the view of the tiny product images.

    I have attached an image to illustrate the issue.

    Thank you for your assistance.

    Best regards,
    -Mike

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

    Hello,

    Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> CSS for Mobile Section:

    .wd-wishlist-btn.wd-action-btn.wd-style-icon.wd-wishlist-icon {
        display: none;
    }
    
    .wd-add-btn.wd-action-btn.wd-style-icon.wd-add-cart-icon {
        display: none;
    }

    Best Regards.

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