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
suyash1
December 30, 2021, 6:14am
2
@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?
suyash1
December 30, 2021, 6:22am
4
@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!
suyash1
December 30, 2021, 6:37am
6
@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?