Remove separator line footer

hello, i would like to remove the separator line at the bottom of my footer:

my store is www.antico-abito.com , theme is dawn

Hey @ads18922

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </ body> tag
<style>
.footer__content-bottom {
    border-top: 0 !important;
}
</style>

RESULT:

If I managed to help you then a Like would be truly appreciated.

Best,
Moeed

  1. Go to your Online Store > Themes > Edit Code
  2. Then open: assets > section-footer.css file open
  3. find to .footer__content-bottom this class
.footer__content-bottom {
    border-top: solid 0.1rem rgba(var(--color-foreground), 0.08);
    padding-top: 3rem;
}

Comment out or remove the border-top CSS property