New Shopify Certification now available: Liquid Storefronts for Theme Developers

How to hide quick view in Shopify electro theme

Solved
Fahadhassan
Shopify Partner
26 0 7

Dear Shoify community, hope everyone is doing well. I'm using shopify electro theme I want to disable quick view hover in home page it hides complete product and do not allow to click on products.
Store link: https://electroshop.pro/
Here is what I mean

Fahadhassan_0-1700123613779.png

Thanks in advance.

Accepted Solution (1)
SAN_MSWEB
Shopify Expert
872 109 112

This is an accepted solution.

Hi @Fahadhassan 


I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the themes.css file:

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

 

 

Regards,

San

If it’s helpful to you, please mark it as a solution.  


Need Help with Shopify Design, Migration, Speed, or Custom tasks?  
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin

View solution in original post

Replies 4 (4)
SAN_MSWEB
Shopify Expert
872 109 112

This is an accepted solution.

Hi @Fahadhassan 


I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the themes.css file:

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

 

 

Regards,

San

If it’s helpful to you, please mark it as a solution.  


Need Help with Shopify Design, Migration, Speed, or Custom tasks?  
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin

Fahadhassan
Shopify Partner
26 0 7

Thanks it worked

Fahadhassan
Shopify Partner
26 0 7

It worked but the price is not showing on home page. Isn't it possible to show price as well?

Anshul_arora
Trailblazer
135 28 13

Hello @Fahadhassan ,

Please make small changes in your existing css code of the associate section and update the visibility to hidden to hide the quick view.

=> Firstly Go to online Store- Themes - Edit code - Find for .css (base.css/style.css/theme.css) file of your store.

=> Next, find the below mentioned code in your store' .css file -:

.product-card:hover .product-buttons {
z-index: 2;
transform: translate(0);
visibility: visible;
opacity: 1;
}

=> Now, make the visibility to hidden as mentioned in the screenshot https://prnt.sc/RdxfdS9LGIwW

After making the visibility -> hidden, quick view will not hide the detail of the product.

In this way, you can resolve your issue without adding more code.

I hope it helps .

Please let me know if you have any query.

Thank you.

Please remember to like and accept the solution to help other store owners.

For Shopify Design & Development | Custom Coding -Visit Here