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
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:
<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
.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