How to remove loader lines from specific website pages?

How to remove loader lines from specific website pages?

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
3845 717 1187

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
}
If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free
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
3845 717 1187

@Juanchobarrero8,

 

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

#shopify-section-main-password-header > hr {
display: none !important
}
If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free