Footer shadow?

Hi there,

On http://collaborative-staging.com/casz_data/, I’m struggling to remove this line: https://www.evernote.com/l/AO7b14UxtABGrqxV_5es2QwiXc78QU-mKPA in the footer.

I think it’s just a shadow, but I can’t seem to find how to remove it. Mind helping me there?

Thank you!

Hi There,

Please try adding the following CSS under Customizer > Custom > Global CSS:

footer.x-colophon.bottom {
    border: none;
    box-shadow: none;
}