Remove top border on the footer

Hi everyone! Hope you’re doing fine!

I’m starting to work with WP and i’ve chosen Sparkling as my theme.

I’m very happy with the design, but i have a little issue with the footer.

As you can in the screeshot attached there’s a top border line on the footer.

Could you help me to remove that line?

Hi @wrribeiro257,

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

You can try achieving this 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



footer#colophon {
    border-top: 0;
}

Best Regards,
Movin

Thats it @Movin!

It worked perfectly!

Thanks a lot for the support!

Have a good one!

You are most welcome here :slight_smile: