Re: How to add separator lines?

Solved

How to add separator lines?

Ryan1998
Pathfinder
101 2 32

Can someone help me to add separator lines in between sections. Like this:

 

Screenshot 2024-06-29 at 09.24.30.png

url: https://errival.com/products/errival%E2%84%A2-instant-period-cramp-relief-heated-belt 

will donate!

Accepted Solutions (3)

Made4uo-Ribe
Shopify Partner
7631 1834 2246

This is an accepted solution.

Hi @Ryan1998 

Check this one. 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

div#price-template--21563658666313__main {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    height: 100px;
    padding: 20px;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1719678819372.png

    Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

BSS-TekLabs
Shopify Partner
1867 534 620

This is an accepted solution.

- Here is the solution for you
- Please follow these steps:

step.png

- Then find the base.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

.product__info-container>*+* {
    border-bottom: 1px solid !important;
    border-top: 1px solid !important;
    height: 100px;
    width: 100%;
    padding: 20px;
}

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

View solution in original post

Made4uo-Ribe
Shopify Partner
7631 1834 2246

This is an accepted solution.

Do you mean add another lines? 

Like this? 

Made4uoRibe_0-1719682886540.png

If it is check this one. Same instruction. 

.product-popup-modal__opener:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid black;
}

And Save. 

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
7631 1834 2246

This is an accepted solution.

Hi @Ryan1998 

Check this one. 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

div#price-template--21563658666313__main {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    height: 100px;
    padding: 20px;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1719678819372.png

    Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Ryan1998
Pathfinder
101 2 32

thank you! Would you be able do it below these pop up links also, will send coffee please.

Screenshot 2024-06-29 at 18.27.29.png

Made4uo-Ribe
Shopify Partner
7631 1834 2246

This is an accepted solution.

Do you mean add another lines? 

Like this? 

Made4uoRibe_0-1719682886540.png

If it is check this one. Same instruction. 

.product-popup-modal__opener:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid black;
}

And Save. 

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

BSS-TekLabs
Shopify Partner
1867 534 620

This is an accepted solution.

- Here is the solution for you
- Please follow these steps:

step.png

- Then find the base.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

.product__info-container>*+* {
    border-bottom: 1px solid !important;
    border-top: 1px solid !important;
    height: 100px;
    width: 100%;
    padding: 20px;
}

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell