How to add a divider line style in Impulse Theme?

Hi,

I’m looking to add a divider line above my featured collections title similar the pic below.

my site is https://luxurymrkt.com

thank you

Hi, @Luxurymrkt

You can try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> theme.css ->paste the below code at the bottom of the file.
#CollectionSection-template--15648732545205__featured-collection .section-header {
    padding-top: 10px;
    border-top: 0.1rem solid #d2d2d2;
}
1 Like