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?