Remove Footer Line

There is a 1px line over the footer that can’t be removed with the old CSS (below):

.x-colophon.top, .x-colophon.bottom {
box-shadow: none !important;
border: 0px !important;
}

I am using the PRO footer builder on a DEV site (kleinprowash.com) and the container is:

footer class=“x-colophon” role=“contentinfo”

There is no border or box-shadow showing in the inspector. How do I remove?

Hey Steve,

The CSS code you posted is for the Original Footer. I’ve checked the stack’s CSS and the footer container doesn’t have a border. Please give us access to your site so we could inspect where that line is coming from.

Thanks.

Thank you. Secure note with credentials added to thread.

Christian - I resolved it on the HOME page with a - (minus) 1px to the section above the footer. But I’d prefer to know where it’s coming from so it can be addressed site-wide via CSS. Thanks for looking at it for me.

Hey Steve,

The line is a space within your SVG. Setting the bottom margin to a negative value is the simplest way to remove it.

Glad you’ve figured the solution.

Thank you, Christian. Appreciate you taking a look.

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.