Add underline on navigation menu - 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.

asdadsadSkärmbild 2022-05-03 142359.png

I’m using the Dawn theme.

1 Like

hello @Phil44

can you please share your shop URL and if any password then please share your password

@Phil44

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…

@Phil44

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.

1 Like

Works flawlessly! Thank you! :slightly_smiling_face: