How do I remove lines in footer on home page?

I would like to remove the lines in my footer on my home page. I am using the Sense free template. There are two lines above the social media icons in my footer which I would like to remove.

1 Like

Hi @akounnas
Can i’ve your store link so i can review and suggest you solution.

Regards
Fatima

Hi Fatima, we are not ready to launch as yet so perhaps if you could guide
me in the right direction I can have a look at the code?

Okay i can understand your concern, Since i’ve limited information about code I’m still trying to provide you solution based on my understanding.
Actually what i can see in screenshot those two lines seems a top and bottom border coming from css.
You can fix it through Shopify Admin > Themes > Edit Code > Assets > Section-footer.css open this file and paste this code at the end.

.footer, .footer > div{
border: none !important
}

It should solved your problem :wink:

2 Likes

Thank you, it worked perfectly!

Great to hearing that it has worked for you.
If you need any technical assistance you can always contact me at this here fatimamurtaza822@gmail.com

An even easier way? Copy and paste the code above in the Custom CSS box of the footer - no need to go editing the code at all!

Thank you @Fatima_Murtaza for the code!