Removing Quick View and Add to Cart icons on products

Solved

Removing Quick View and Add to Cart icons on products

Haan
Explorer
68 0 22

Hi,

I really would like to remove the Quick View and Add to Cart icons on products (black icons) in my webshop; https://creativestate.myshopify.com

I am using the template Vendy.

Hope someone can help. Thank you in advance.

Regards, Haan

Schermafbeelding 2021-08-22 om 10.31.06.png

Accepted Solution (1)

Guleria
Shopify Partner
4193 812 1169

This is an accepted solution.

Hello Haan,

1. Go to Online Store->Theme->Edit code
2. Asset->theme.css paste bellow code in bottom of file

.product-buttons {
    display: none !important;
}

 

It will work but still I recommend find the code in liquid templates and comment/remove it.

Thanks

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Replies 3 (3)

Guleria
Shopify Partner
4193 812 1169

This is an accepted solution.

Hello Haan,

1. Go to Online Store->Theme->Edit code
2. Asset->theme.css paste bellow code in bottom of file

.product-buttons {
    display: none !important;
}

 

It will work but still I recommend find the code in liquid templates and comment/remove it.

Thanks

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
Haan
Explorer
68 0 22

Thank you so much!

sods
Visitor
1 0 0

I have the same challenge. Just a different them. Want to remove the quick view and add to cart hover option. Will your solution work in my theme? 

Outdoors premier theme with Installments message
Current theme
MolteStore version 1.0.0
thank you