Remove Underline From Menu Links - Dawn theme

Hello, I would like to remove the underline text in the header. I looked on the forum here and the answers I found here unfortunately did not apply to me. I couldn’t find the appropriate codes with me.

Shop: https://creaticom-web.myshopify.com
Theme: Dawn

Thank you for your help ?

Hey @tekiczech
Please share your Store Password as well.

Hi @tekiczech

You can try to add the below code.

  1. Go to Online Store → Theme → Edit code.

  2. Open your base.css in the Assets folder.

  3. Paste the below code at the end of the file. https://prnt.sc/FgvmbvX6RTpD

.header__menu-item span {
  text-decoration: none !important;
}

Best regards,
GemPages Support Team

Hi @tekiczech

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Base.css

.header__menu-item span {
  text-decoration: none !important;
}

Hope you find my answer helpful!

Best regards,

Victor | PageFly