Anyone know what I need to tweak in the code to hide this feature, it is making the quality of my images look bad!
https://www.malepoli.sh/products/storm-12
Thanks in advance!
Olly
Anyone know what I need to tweak in the code to hide this feature, it is making the quality of my images look bad!
https://www.malepoli.sh/products/storm-12
Thanks in advance!
Olly
To remove the hover zoom and blur effect on collection list items in the Origin theme, you can follow these steps:
From your Shopify admin dashboard, click on “Online Store” and then click on “Themes”.
Find the Origin theme and click on “Actions” then select “Edit Code”.
In the left-hand sidebar, click on “Assets” and then find the “theme.scss.liquid” file.
Click on the file to open it and then scroll to the bottom of the file.
Copy and paste the following code snippet at the end of the file:
css
.grid-link__image-wrapper:hover .grid-link__image { transform: none; filter: none; }
This will remove the hover zoom and blur effect on collection list items in the Origin theme. Once you have saved the changes, you can refresh your website to see the effect.
Hello @ollyjoshi ,
It’s the GemPages Support Team and we are glad to assist you today!
I would like to give you the recommendation to support you so kindly follow the steps below:
Open your theme.liquid theme file
Paste the below code before
Let us know how it works for you.
Best regards,
GemPages Support Team
Amazing, that worked a treat. Thank you!