Hello dear Shopify Community,
you guys have really always helped me a lot here.
However, I have one thing that I can not solve.
Maybe someone can help!
I have the Theme DAWN!
How can I change the color of the header main menu after my mouse is on there?
Like here:
And how could I remove this standard underline.
Thanks in advance
hello @RedAngii
Please share your store URL, so I can give you a proper solution for that
Hi @RedAngii
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
.header__menu-item span:hover {
color: red !important;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly