Prestige - how to make those gray lines inbetween sections?

Geltier
Tourist
12 0 3

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 @ www.geltier.com (no password)

 

make_those_lines.png

Replies 3 (3)
PageFly-Victor
Shopify Partner
7865 1782 2953

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;

}

 

PageFlyVictor_0-1677202077804.png

 

Hope that my solution works for you.

Best regards,

Victor | PageFly

KetanKumar
Shopify Partner
36590 3628 11813

@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;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Geltier
Tourist
12 0 3

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