Dawn Theme | Removing Footer (?) Separator Lines

Hey Guys,

I don’t want a footer on my website. I’ve removed all blocks in footer however I’m still left with a line which separates the main section from the “Powered by Shopify” section.

Can anyone tell me how to remove the line? Or give me some code to remove it?

Thanks in advance!

URL: seaninja.co.nz

pass: NZSeaNinja123

@Sea-Ninja - please add this css to the very end of your base.css file and check, it should solve the issue

, will look like screenshot below

.footer {border-top: none;}

@suyash1 Thanks for the quick reply but for some reason it didn’t work?

@Sea-Ninja - please add !important to it so CSS becomes

.footer {border-top: none !important;}

and check

@suyash1 Worked a treat! Thanks so much. Appreciate the help!

@Sea-Ninja - welcome, do let me know if you need any other update, you have my email below.

Hei this worked nicely, how about if I have a line between payment options and social media icons?