Boarders on website

Juanchobarrero8
Tourist
7 1 1

How do I remove the loader lines on some pages, https://www.rovieclothing.com Pass: Sebastion 

Replies 3 (3)
made4Uo
Shopify Partner
3316 627 946

Hi @Juanchobarrero8,

 

I think you are talking about the gray lines. If so, you can just paste the code below inside your base.css file under Asset folder.

.footer.section-footer-padding {
border-top: none
}

.footer .footer__content-bottom {
border-top: none
}
We are volunteering to help    |      Likes and Accept as Solution  will be much appreciated.✌
Having trouble?  Hire us! For fast reply, shoot us a message using chat at Made4Uo.com

Check how to sell everywhere with Shopify POS. Keep your stuffs private. Refrain from giving unnecessary access to your store.
Juanchobarrero8
Tourist
7 1 1

Thank you, this worked! However, the password page still has them. Would I put the same code in a different file? 

made4Uo
Shopify Partner
3316 627 946

@Juanchobarrero8,

 

Just add the code below in the same file. base.css

#shopify-section-main-password-header > hr {
display: none !important
}
We are volunteering to help    |      Likes and Accept as Solution  will be much appreciated.✌
Having trouble?  Hire us! For fast reply, shoot us a message using chat at Made4Uo.com

Check how to sell everywhere with Shopify POS. Keep your stuffs private. Refrain from giving unnecessary access to your store.