Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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
Solved! Go to the solution
This is an accepted solution.
@Sea-Ninja - please add !important to it so CSS becomes
.footer {border-top: none !important;}
and check
@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;}
This is an accepted solution.
@Sea-Ninja - please add !important to it so CSS becomes
.footer {border-top: none !important;}
and check
@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?