Hi! How can I remove these thin small gray lines on the homepage at www.krolls.ch ?
Thank you!
Issue: Thin gray divider lines appear between homepage sections on a Shopify store using the Dawn theme.
Proposed fixes:
Context/terms: Dawn is a Shopify theme. theme.liquid is a core layout template file. base.css is the theme’s main stylesheet (CSS: Cascading Style Sheets).
Artifacts: Multiple screenshots illustrate the issue, the edit steps, and the visual result; these images are central to understanding the change and its effect.
Status: No confirmation from the original poster that either solution was applied successfully. The thread appears open/awaiting feedback.
This is Noah from PageFly - Shopify Page Builder App
Hi @10xfuel Please add code here to fix it:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag
Hope my solution will help you resolve the issue.
Best regards,
Noah | PageFly
Here is the solution for you
Please follow these steps:
Find line 143 and add the following code below line 143.
margin: -1px;
Then press ‘Save’ to save it.
Here is the result you will achieve: