Hi there,
Thanks for updating the thread! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
.x-colophon.top {
box-shadow: none;
border-top: 0;
}
footer.x-colophon.bottom {
border: none;
box-shadow: none;
}
Hope this helps – thanks!