Removing line from footer & evening out spacing

I’m stuck with removing the line on my footer. Also the space I’ve put between start of footer and Instagram logo, I want that same spacing below Instagram logo between copyright text and then below copyright text too. Also how do I edit copyright text?

1 Like

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

N/A

1 Like

Hi @pullmangallery

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.footer__content-bottom {
border-top: none;
padding-top: 0;
}
.footer__copyright {
margin: 0;
padding-bottom: 12px;
}

It doesn’t seem to be working sadly…

1 Like

Hi @pullmangallery

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.footer__content-bottom {
border-top: none!important;
padding-top: 0!important;
}
.footer__copyright {
margin: 0!important;
padding-bottom: 12px!important;
}

Thanks so much!

1 Like

Hi @pullmangallery
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance. If helpful then please Like and Accept Solution.