Remove product hover over showing sizing chart

Solved
DarmorGamz
Excursionist
23 0 5

Hello there! My store NinjaToolSupply url: www.NinjaToolSupply.com is using the context theme. Whenever you hover over any product it will show more then the first image attached to that product. Could someone help me remove this feature! Thank you.

Accepted Solution (1)

Accepted Solutions
KetanKumar
Shopify Partner
36495 3621 11756

This is an accepted solution.

@DarmorGamz 

sorry for this issue please add this code

1. Go to Online Store->Theme->Edit code
2. Asset->/index.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second

.product-tile__images .hidden {opacity: 1;}
.product-tile .not-first {display: none;}

 

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

Reply 1 (1)
KetanKumar
Shopify Partner
36495 3621 11756

This is an accepted solution.

@DarmorGamz 

sorry for this issue please add this code

1. Go to Online Store->Theme->Edit code
2. Asset->/index.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second

.product-tile__images .hidden {opacity: 1;}
.product-tile .not-first {display: none;}

 

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