A space to discuss online store customization, theme development, and Liquid templating.
Two items on my menu are underlined and the rest are not, I've managed to remove the underline when hovering over the navigation items but the "Home" and "Computer" sections are still underlined?
sampletest555.myshopify.com
Solved! Go to the solution
This is an accepted solution.
Hello There,
1. In your Shopify Admin go-to
span.header__active-menu-item {
text-decoration: none;
}
online store > themes > actions > edit code
2. Find Asset >base.css and paste this at the bottom of the file:
This is an accepted solution.
Hello There,
1. In your Shopify Admin go-to
span.header__active-menu-item {
text-decoration: none;
}
online store > themes > actions > edit code
2. Find Asset >base.css and paste this at the bottom of the file:
This worked! Thank you!!
Thank you for your response. It's good to know that it's worked for you. Kindly feel free to get back to me if you need any further assistance.