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
10442 1287 1646

This is an accepted solution.

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

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

 and check

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 6 (6)

suyash1
Shopify Partner
10442 1287 1646

@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

 

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
Sea-Ninja
Excursionist
15 0 2

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

suyash1
Shopify Partner
10442 1287 1646

This is an accepted solution.

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

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

 and check

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
Sea-Ninja
Excursionist
15 0 2

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

suyash1
Shopify Partner
10442 1287 1646

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

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
PrintNStuff
Excursionist
18 0 3

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