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
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025