Black line in Footer Widgets: below text and social media icons

Hi!
I am building a new site (http://www.itravel4life.com) and have a similar issue to this thread: https://colorlibsupport.com/t/dark-line-in-footer/
However the dark lines appear inside the footer widgets: below social media icons and below menu text. How can I remove those lines?

Thanks!

Hi @ischuma,

I hope you are well today and thank you for your question.

You can try removing that lines by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS


#page #footer-area ul li {
    border-bottom: 0;
}

Best Regards,
Movin

Hi Movin,

it worked. Thanks so much for your help!

You are most welcome here :slight_smile: