Home Forums WoodMart support forum Remove icons on products

Remove icons on products

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #444436

    team-8727
    Participant

    Hi I would like to remove the add to cart/add to wishlist/quickview button on product, how can we disable it?

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

    maltgeorge
    Participant

    To remove:
    Quick view:

    Theme settings > Shop > Quick View
    Toggle at the top, just switch it to off.

    Wishlist

    Theme settings > Shop > Wishlist
    Scroll to the bottom to find a toggle to turn off the wishlist on the products grid.

    I don’t think there is an option to disable the add to cart button on the product archive, but dependant on which product style your using this css may help:

    .wd-buttons.wd-pos-r-t {
    display: none;
    }

    If you’re ever unsure about settings for the theme, if you go to the theme settings, at the top you’ll find a search box, I have found this very helpful in finding where the options are for various settings.

    #444501

    Hello,

    You can disable Wishlist, Compare, and Quick view in the Theme Settings. You do not need to add any custom code if you disable the functionality on the product grid.

    If you have any questions please feel free to contact us.

    Best Regards

Tagged: 

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