How to add separator lines?

Hi @Ryan1998

Check this one.

  1. From you Admin page, go to Online Store > Themes
  2. Select the theme you want to edit
  3. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  4. 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;
}
1 Like