Hello @annabelleg21 ,
Greetings!!
Add this CSS for 2nd point
Online Store->Theme->Edit code->Assets->base.css.liquid and find this line
.header__menu-item:active {border-bottom: none !important;}
Goal: Offset and align the underline for hover and active main menu items in the Dawn theme with the bottom of the header panel (like the referenced example site).
Key changes implemented (Assets/base.css.liquid):
Fixes and outcomes:
Status: Original requester’s needs are largely addressed. New, separate queries (keeping active item red/underlined on another site; removing mistakenly inserted code showing in the footer with images attached) remain unanswered in this thread.
Hello @annabelleg21 ,
Greetings!!
Add this CSS for 2nd point
Online Store->Theme->Edit code->Assets->base.css.liquid and find this line
.header__menu-item:active {border-bottom: none !important;}