Remove gray lines between sections (dawn theme)

Hi! How can I remove these thin small gray lines on the homepage at www.krolls.ch ?

Thank you!

1 Like

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

1 Like
  • Here is the solution for you

  • Please follow these steps:

  • Then find the base.css file.

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:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
1 Like