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,
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
#CollectionSection-template--15648732545205__featured-collection .section-header {
padding-top: 10px;
border-top: 0.1rem solid #d2d2d2;
}