Hi, I can’t seem to remove these grey lines throughout my store and I have tried a lot of codes on the internet and none of them worked. My store link is unk3pt.com, Does anyone know how to remove them?
1 Like
provide store password
Hi @billybass
Is this only for the password page? If it is check this one.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “section-password.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
hr {
background-color: transparent !important;
}
And save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
1 Like

