Remove Slightly Visible Line Between Sections (Dawn 9.0.0)

Hello, could someone please give me some quick code to remove the faint line between my banner where it says “SHOP NOW” and featured collection?

MY WEBSITE: Wholesome Boy

Thanks,

Justin

To remove the faint line between your banner and featured collection, you can use the following CSS code:

/* Replace ".banner-class" with the class or ID of your banner element */
.banner-class {
  margin-bottom: -1px; /* Adjust the value as needed to remove the line */
}

Hi @WholesomeBoy ,

This is Henry at PageFly - Shopify Advanced Page Builder app.

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag


Hope this answer helps.

Best regards,

Henry | PageFly

Hi @WholesomeBoy

This is Noah from PageFly - Shopify Page Builder App

The easiest way to get rid of the line is using another image on your banner. Because that line i come from the image it self. If not you can add code to hide it

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,

Noah | PageFly