How can I remove the divider in Dawn Theme headers?

Hi there,

I have found a few different threads on how to remove the divider on the footer. Can someone help me remove the divider line in the headers? Thanks!

Do you have an example? Link to website or screenshot of what you mean?

If you go to customize themes and click on the header block you can deselect “Show seperator line”. Does that help?

@racheltEA

Sorry you are facing this issue, it would be my pleasure to help you.

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-footer.css ->paste below code at the bottom of the file.
.footer {border-top: none !important;}

@racheltEA ,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. In your theme.liquid file, find the (press CTRL + F or command + F on Mac)
  3. paste this code right above the tag:

Kind regards,
Diego

Welcome to shopify community.

Please share your store URL and if your store is password protected then please provide password too.

Thank you.