How to create a separation line in Dawn theme sections?

hi,

i would like to know how to create a separation line between sections…

thank you for the support

Hi @stra10

Do you mean like this?

if it is try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.collection.section-template--19469694763351__featured_collection-padding.collection--full-width {
    border-bottom: 2px solid red;
}
  • And Save.
  • That is only for one section. If you like to add more lines in other section would you mind to tell which side you like to place it?
  • Thanks!

I hope it help.

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

i would like to know how to put the line in this section, between slideshow and multi column

thanks for the support

here i am

I check your store you already have a border on that area. Let me know if you still nee help for the border. Thanks!