Hi, i’m trying to get the same underline for all navigation drop down menus and the katalog.
Tried a few solutions from the forums here but can’t make it work.
I’m using the Dawn theme.
Hi, i’m trying to get the same underline for all navigation drop down menus and the katalog.
Tried a few solutions from the forums here but can’t make it work.
I’m using the Dawn theme.
hello @Phil44
can you please share your shop URL and if any password then please share your password
Welcome to the Shopify community!
Thanks for your good question.
kindly share your store URL, so that
I will check out the issue and provide a solution.
Sent you the login and the site i think…
summary.header__menu-item.list-menu__item.link.focus-inset {
text-decoration: underline !important;
}
a.header__menu-item.header__menu-item.list-menu__item.link.link--text.focus-inset {
text-decoration: underline !important;
}
Add this code in the bottom of the base.css file.
Thank you.
Works flawlessly! Thank you!