Can I remove loader lines from certain pages on my Shopify site?

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
3804 713 1124

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
}
Volunteering to assist you!  Likes and Accept as Solution  is highly appreciated.✌
Coffee fuels my dedication. If helpful, a small Coffee Tip would be greatly appreciated.
Need EXPERIENCED Shopify developer without breaking the bank?
Hire us at Made4Uo.com for quick replies.
Stay in control and maintain your security by avoiding unnecessary store access!
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
3804 713 1124

@Juanchobarrero8,

 

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

#shopify-section-main-password-header > hr {
display: none !important
}
Volunteering to assist you!  Likes and Accept as Solution  is highly appreciated.✌
Coffee fuels my dedication. If helpful, a small Coffee Tip would be greatly appreciated.
Need EXPERIENCED Shopify developer without breaking the bank?
Hire us at Made4Uo.com for quick replies.
Stay in control and maintain your security by avoiding unnecessary store access!