Shopify themes, liquid, logos, and UX
Hello,
Is it possible to change the color hover background of the collection menu (attached in ss) just like the product hovers? I only want it to affect these 2.
shop- artgex.myshopify.com
pass-Superpowers123
Solved! Go to the solution
This is an accepted solution.
Hello @David123123
It's GemPages support team and glad to support you today.
You can follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid theme file
3. Paste below code before </body> :
<style>
a.pill-nav-item.color-background-1:hover{
background: #000;
color: #fff !important;
}
</style>
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
This is an accepted solution.
Hello @David123123
It's GemPages support team and glad to support you today.
You can follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid theme file
3. Paste below code before </body> :
<style>
a.pill-nav-item.color-background-1:hover{
background: #000;
color: #fff !important;
}
</style>
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
Thanks for the help!
I am glad that my solution is helpful to you.
Best regards,
GemPages Support Team
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025