Can anyone advise on how to remove this line? https://drinkkraken.com/products/kraken
Hey @KrakenEnergy .
Thanks for reaching out.
Looking into the options available using the Dawn theme, we are unable to remove the line that is appearing above the footer using our Theme Editor. In order to remove the line that is displaying, it will require a change of coding. With that being said, since the Dawn theme is designed and supported by Shopify, we can use free design time for Shopify themes.
If you are interested in using the design time to make this change, you will need to login to your store using our Contact Us page. This will allow us to securely verify you as the store owner before discussing the changes you would like to see on your online store with a Support Advisor.
Let me know if you have any additional questions.
I’d rather have the store ready before signing up for a plan
I was able to figure it out myself.
Assets - section-footer.css
at bottom of page add:
.footer {
border-top: 0rem solid rgba(var(–color-foreground),.08);
}
This did not work for me.
Didnt work from me, Ive literraly tried every way possible
I just deleted mine by going to the section-footer.css and looking for
.footer__content-bottom
{ border-top: solid 0.1rem rgba(var(–color-foreground), 0.08); padding-top: 3rem;
I just deleted everything after border-top: and replaced it with none