Personalized checkout and custom promotions with Shopify Scripts
I have been having an issue for a while now where images that have links on the site will fade heavily just by a finger being laid on the image. So as customers are swiping down the page, random images are fading just because they have a link. How do I undo this so that the images do not fade and can still be clicked as a link.
My site is trackfolds.com
Hello @zachr9 ,
It's GemPages support team and glad to support you today.
I would like to give you the recommendation to support you so kindly follow the steps below:
1. Go to Online Store > Theme > Edit code of your current theme
2. Open your theme.liquid theme file
3. Paste the below code before </head>
<style>
a.grid-product__image-link:hover {
opacity: 1 !important;
}
</style>
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
Hey @zachr9,
Inside the theme editor, please click on theme settings > custom style/script and add the following CSS.
.image-link:hover, .grid-product__image-link:hover{
opacity:1;
}
This will remove the fade effect from the product grid images, as well as the featured image sections.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024