Prestige - how to make those gray lines inbetween sections?

Hi helpers!

Those gray lines between the sections, how to make them? And How to change colors of them? It doesn´t look like normal “HR” lines to me, aslo I would like to be able to make them in other color and between multiple of sections of webpage.

best regards Bjorn [email removed] www.geltier.com (no password)

1 Like

Hi @Geltier

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file → Save

.shopify-section {

border-top: 1px solid black;

}

Hope that my solution works for you.

Best regards,

Victor | PageFly

@Geltier

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.shopify-section--bordered+.shopify-section--bordered {
    border-color: #1c1b1b;
}

Thank you for your help!

however, it did not suite all parts of our website. is there a way to make a top or bottom line only on selected sections?

best regards