Hi
How to add hover effect in collections and hide the word?
Like this
Website url: https://hanklee182online.myshopify.com/
Password: teadri
Thank you
A user seeks to add a hover effect to collection items that hides text labels by default and displays them on hover. An accompanying image demonstrates the desired effect.
Solutions Provided:
Two support teams offered CSS-based solutions:
</body> tag to control text visibility on hoverResolution:
The user confirmed both solutions worked successfully and expressed appreciation to both support teams. The issue has been resolved with working CSS code implementations.
Hi
How to add hover effect in collections and hide the word?
Like this
Website url: https://hanklee182online.myshopify.com/
Password: teadri
Thank you
Hello @HankLee182
It’s GemPages support team and glad to support you today.
You can follow these steps:
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
Hello @HankLee182
Go to Online store >> Edit code >> Assets >> base.css
Add this code below of base.css file
#Slide-template--16647805239527__e2a0407b-e487-4896-81c3-dc444181ff76-5 .card__heading {
display: none;
}
#Slide-template--16647805239527__e2a0407b-e487-4896-81c3-dc444181ff76-5 .card:hover .card__heading {
display: block;
}
#Slide-template--16647805239527__e2a0407b-e487-4896-81c3-dc444181ff76-5 .card__heading {
position: absolute;
top: 40%;
width: 100%;
text-align: center;
color: white;
}
I am glad that my solution is helpful to you.
Best regards,
GemPages Support Team
Hi [email removed] GemPages team
I’m appreciate GemPages team assist.
Thank you so much ![]()