How do i get rid of underline menu links in the footer on DAWN 13

I’m using Dawn 13, after adding menu items to the footer they all show up as underline, but when i hover over with mouse the underline goes away, what can i do to fix this? i don’t want any underline to appear under each link just a highlight effect when i hover over with mouse. thank you

Hey @R2D21 ,

Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.


Screenshot is for reference only, the correct code to paste is the one shown above.

Hi @R2D21

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

footer a {

text-decoration: unset !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly