Remove Footer Line in Pro Footer Builder

I’ve searched for this answer but all answers are old and the CSS doesn’t work for the latest Pro. So, how do we now remove the 1px line at the top of the footer?

This is the only answer I found but it’s not a current solution.

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

Thanks in advance!

Hello Linda,

Thanks for writing in!

The custom css should work:

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

Just make sure that you added the code above in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

If nothing is helping, provide us access to your site so that we can check your settings. Please create a secure note with the following info:
– Link to your site
– WordPress Admin username / password

To know how to create a secure note, please check this out: https://theme.co/apex/forum/t/how-to-get-support/288

Regards.

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