How to eliminate white lines from a mobile footer?

Hi, how do I remove the white lines in my footer (mobile) ?

Hi

please share your Store URL

hello @Buddings

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

Hello There,

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

Hi, the website is www.buddings.co

hello @Buddings

paste below code at the bottom of index.css file.

.footer__group {
    border-bottom: transparent !important;
}
1 Like

Hello There,

1.In your Shopify Admin go to online store > themes > actions > edit code
2.Find Asset >index.css and paste this at the bottom of the file:

.footer__group {
border-bottom: transparent !important;
}
1 Like

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.