I’m wanting to remove the underline effect (hover and active) from my menu as well as submenu under ‘shop’ navigation. Also increase the text size ![]()
website - https://the-style-luxe.myshopify.com/
password - reucho
thanks in advance!!
I’m wanting to remove the underline effect (hover and active) from my menu as well as submenu under ‘shop’ navigation. Also increase the text size ![]()
website - https://the-style-luxe.myshopify.com/
password - reucho
thanks in advance!!
Hi @hasanali1 ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:
Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :
Hope my answer will help you.
Best regards,
Victor | PageFly
Hello, Hasanali, good morning.
Go to online store > themes > actions > edit code, and, at the end of the base.css file, add this:
.header__active-menu-item {
text-decoration: none;
}
.header__menu-item:hover span {
text-decoration: none;
}
Hey, Hasanali, did you add my two rules? I edited my comment and added the second rule a while ago. I’ve just seen your base.css code, you should remove the and tags, they shouldn’t exist inside this file
You can add this code below:
just did. thank you so much!!