How can I remove a white line in the Crave theme footer?

I am using Crave-theme and started building my store. There is a thin white line in the middle of the footer and I can’t get rid of it. I noticed some old discussions with similar topic but they didn’t solve my problem (couldn’t find the right code to edit/remove). It is a small yet annoying detail :). Anyone interested in helping out?

@sha77 Send me store url.

Hello Friend, I understand you have a thin line at the middle of your footer to get rid of that yo need to done at the theme setting at the left hand side of your store backend. If you don’t get it you can msg again.

My store is not live yet… but perhaps this image below will explain the problem (white line above Country/region).

Hello,

The below CSS code would remove that thin line.

.footer__content-bottom {
  border-top: none !important;
}

Adding it at the end of your ‘base.css’ file should be working as expected.

Let me know if you encounter any issues.

Cheers!

Gabriel

That was easy and it worked! Thank you very much for your help! :slightly_smiling_face: