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
2838 522 795

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
}
Just be reminded that we are volunteering to help.
✿✿✿-

Likes  

and

 Accept as Solution

  will be much appreciated.✌-✿✿✿
For more Shopify Solutions and custom codes, just visit

 Made4Uo's website

.
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
2838 522 795

@Juanchobarrero8,

 

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

#shopify-section-main-password-header > hr {
display: none !important
}
Just be reminded that we are volunteering to help.
✿✿✿-

Likes  

and

 Accept as Solution

  will be much appreciated.✌-✿✿✿
For more Shopify Solutions and custom codes, just visit

 Made4Uo's website

.
Keep your stuffs private. Refrain from giving unnecessary access to your store.