dawn theme: remove two lines from footer

Hello,

Please notice that my footer section has two lines, and I would like to remove the top one.

Hi @ahana1605 ,

Please try these steps below:

  1. Go to your Online Store on Shopify Admin

  2. Click Action > Edit code on the Live theme

  1. Open theme.liquid file and paste this code before tag

Please try it and let us know how it works

Hi @ahana1605 ,

You can also try this way:

  1. Go to Online Store > Themes
  2. Click to Edit the theme
  3. Add this code to section-footer.css file
footer.footer {
    border-top: none;
}

Please try it.