Solved

Remove quickview button on Uneox template

Haan
Explorer
64 0 21

Hi,

I really would like to remove the "quickshop" button when hoovering on products.

creativestate.myshopify.com
pw: shopifyhelp

I have tried this code. But it did not work:

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

 

Schermafbeelding 2021-10-24 om 10.00.57.png

Accepted Solutions (2)

JHKCreate
Shopify Expert
3571 639 917

This is an accepted solution.

Hi @Haan 

Use the following code instead and add it at the end of your theme.scss file: 

.product-card__overlay.d-flex.justify-content-between.flex-column {
    display: none!important;
}


Should that help answer your query, we always appreciate liking & marking an as answer to let the community find quality solutions faster. Thanks!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com

View solution in original post

KetanKumar
Shopify Partner
36843 3636 11978

This is an accepted solution.

@Haan 

sorry for that issue can you please try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

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

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 5 (5)

JHKCreate
Shopify Expert
3571 639 917

This is an accepted solution.

Hi @Haan 

Use the following code instead and add it at the end of your theme.scss file: 

.product-card__overlay.d-flex.justify-content-between.flex-column {
    display: none!important;
}


Should that help answer your query, we always appreciate liking & marking an as answer to let the community find quality solutions faster. Thanks!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
Haan
Explorer
64 0 21

Thnk you amigo!

KetanKumar
Shopify Partner
36843 3636 11978

@Haan 

its my pleasure to help us

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

KetanKumar
Shopify Partner
36843 3636 11978

This is an accepted solution.

@Haan 

sorry for that issue can you please try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

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

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Haan
Explorer
64 0 21

Thank you!