Footer Top Line

I am trying to remove the top gray footer line. Can you please advise. Here the link:

Summary

sitabel.com/contact

Hello There,

Thanks for writing in! I am seeing a dotted border in your footer. If you are referring to this dotted border, please edit your custom footer and edit the border in the bar settings.

If you are referring to the gray shadow on top of the footer, to resolve it, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

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

We would loved to know if this has work for you. Thank you.

Thanks a lot for the fast answer. Worked perfect

You’re welcome. Glad we could help.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.