How do I erase the white padding line in my website footer?

There is a fine white line between the social media icons and the contact us button, how do i remove this?

Hi @GeorgeRizos ,

Thank you for reaching out to the Shopify forums!

Let me quickly fix that issue for you.

Please add the below CSS in your base.css file.

.footer__content-bottom {
    border-top: none;
    padding-top: 3rem;
}

If its working then, please do not forget to accept this solution :slightly_smiling_face:

Thanks & Regards,
Prezen Tech

@Prezentech thanks that worked! How do I change this word on this page?