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!

