Hi, could you please help me remove this grey line from my homepage?
Wasn’t able to solve it with scc.. I guess I’m doing something wrong
Password: sasa
A Shopify store owner seeks help removing a grey border line from their homepage that they couldn’t eliminate using CSS.
Two solutions were provided:
CSS Method (Made4uo-Ribe):
.banner__media.media {
background: unset !important;
}
Theme.liquid Method (PageFly-Theodor):
</head> tagBoth responders included screenshots showing the expected result. The issue appears solvable through either CSS customization or theme file modification.
Hi, could you please help me remove this grey line from my homepage?
Wasn’t able to solve it with scc.. I guess I’m doing something wrong
Password: sasa
Hi @Daniel19901
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 “base.css, style.css or theme.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:
.banner__media.media {
background: unset !important;
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @Daniel19901
This is Theodore from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Theodore | PageFly