Remove link underline in footer - dawn theme

@Immunedefence

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-footer.css ->paste below code at the bottom of the file.
.footer-block__details-content a {
    text-decoration: none;
}