Hello, does anyone know how to remove these 2 underlines from hover dropdown menu? I have 1 underline in header and i want to keep it but in dropdown hover i have these 2 and i want them both to be removed, thanks!
PS Im using Dawn 12.0.0 theme
Store url: https://34394f-3.myshopify.com
Pass: shosan
Hi @lexa96
Go to your Online store > Themes > Edit code, open theme.liquid file, add this code under tag
Hi @lexa96
Check this one.
.header__submenu .header__menu-item:hover {
text-decoration-line: none !important;
}
.header__submenu .header__menu-item:before {
background: transparent !important;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Yess, it worked, thank you so much