Shopify themes, liquid, logos, and UX
How do I remove the loader lines on some pages, https://www.rovieclothing.com Pass: Sebastion
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
}
Thank you, this worked! However, the password page still has them. Would I put the same code in a different file?
Just add the code below in the same file. base.css
#shopify-section-main-password-header > hr {
display: none !important
}
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024