Hi Apex Support,
Is there a way to remove the tiny margin on the footer?
I will send you the site link in a secure note but as you can see the footer is colored blue, and their is a tiny white line above it. Is it possible to remove that line?
Hi Apex Support,
Is there a way to remove the tiny margin on the footer?
I will send you the site link in a secure note but as you can see the footer is colored blue, and their is a tiny white line above it. Is it possible to remove that line?
Hi There @mhkatz
Thanks for writing in! It’s a top border that you see on the footer.

Please add the following CSS rule into your X -> Theme Options -> CSS area and make sure to clear all cache before testing (https://www.wpbeginner.com/beginners-guide/how-to-clear-your-cache-in-wordpress/).
.x-colophon.bottom {
border-top: none;
}
Hope that helps.
Excellent worked perfectly and great support as always.
We are delighted to assist you with this.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.