Shopify themes, liquid, logos, and UX
Hi,
I’d like to remove the hover animation from the header so that when I hover over any menu item, the color doesn’t change. Additionally, I’d like to remove the highlight effect that appears when I’m in a specific section of the header.
I already have a dot decoration added in the header, and I’d like to keep that. I just want to remove the color change on hover and when I’m in a specific section.
After that, I’d like the text to appear slightly more prominent—not fully bold, just subtly emphasized.
Here’s my store URL so you can check how it currently works: https://1049xn-ya.myshopify.com/
I’d like everything to look like it does here: https://tomnoske.store/
Thank you for your help,
Tim
Solved! Go to the solution
This is an accepted solution.
Hey, thank you for the feedback! However, it only works on hover, so for example, when I hover over "HOME," the color doesn’t change. BUT, Also, when I’m in the "HOME" section, it’s still slightly highlighted.
How can I fix this?
You can check it out yourself here: https://1049xn-ya.myshopify.com/
I really appreciate your help.
Tim
Hi @CreatorTim, thanks for your information.
To address the issue, please go to your Theme -> Customize -> Theme settings -> Custom CSS and insert the following code:
.header__menu-item a {
text-decoration: none!important;
color: rgba(var(--color-foreground),.75) !important;
outline: none!important;
box-shadow: 0 0!important;
}
.header__menu-item:hover {
color: rgba(var(--color-foreground),.75) !important;
}
.header__menu-item:not(.caption-large) {
letter-spacing: normal !important;
}
.global-settings-popup, .header__submenu.global-settings-popup {
box-shadow: unset !important;
border: none !important;
}
I hope my solution is helpful to you, please feel free to provide your feedback.
Liz
This is an accepted solution.
Hey, thank you for the feedback! However, it only works on hover, so for example, when I hover over "HOME," the color doesn’t change. BUT, Also, when I’m in the "HOME" section, it’s still slightly highlighted.
How can I fix this?
You can check it out yourself here: https://1049xn-ya.myshopify.com/
I really appreciate your help.
Tim
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024