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:
Go to your Online Store on Shopify Admin
Click Action > Edit code on the Live theme
Please try it and let us know how it works
Hi @ahana1605 ,
You can also try this way:
footer.footer {
border-top: none;
}
Please try it.