Home Forums WoodMart support forum store display from cell phone

store display from cell phone

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

    revalion
    Participant

    Hello,
    I would like the store not to show the heart icons, share, among others, in each image in the display from the cell phone. In other words, only the product image is displayed.

    I send referential images

    Please, Your help

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

    Hello,

    I saw the screenshot you attached.

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

    .woodmart-wishlist-btn {
        display: none;
    }
    
    .woodmart-hover-quick .woodmart-add-btn {
        display: none;
    }

    Regards.
    Xtemos Studios.

    #260089

    revalion
    Participant

    I would also like the shopping cart button to be hidden.
    What would be the CSS code to apply?

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

    Hello,

    I saw the screenshot you attached.

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

    .woodmart-add-btn {
        display: none;
    }

    Best Regards.

    #260486

    revalion
    Participant

    ok, thanks you

    #260502

    Hello,

    Well @revalion, it’s been great chatting with you! I hope I resolved your issues thoroughly.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘store display from cell phone’ is closed to new replies.