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

Dawn Theme | Removing Footer (?) Separator Lines

Solved

Dawn Theme | Removing Footer (?) Separator Lines

Sea-Ninja
Excursionist
15 0 2

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

Accepted Solution (1)
suyash1
Shopify Partner
11112 1367 1751

This is an accepted solution.

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

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

 and check

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com

View solution in original post

Replies 6 (6)

suyash1
Shopify Partner
11112 1367 1751

@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_0-1640844868277.png

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com
Sea-Ninja
Excursionist
15 0 2

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

suyash1
Shopify Partner
11112 1367 1751

This is an accepted solution.

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

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

 and check

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com
Sea-Ninja
Excursionist
15 0 2

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

suyash1
Shopify Partner
11112 1367 1751

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

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com
PrintNStuff
Excursionist
18 0 3

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