How can I add a border line to my collection pages in Impulse theme?

Hi,

im looking to add the same border line I have on my homepage featured section to my collection pages right above the filter buttons. My site is https://luxurymrkt.com thank you. Mike

1 Like

Hi @Luxurymrkt !

This is PageFly - Advanced Page Builder. I would love to give you some recommendation

  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;
}

Best Regards;

Pagefly

Hi unfortunately that didn’t work. I want to add it to all my collection pages

https://luxurymrkt.com/collections/accessories-1

Can you please leave the solution here so other members can benefit

Any other solution?

Any other solution?

1 Like

@Luxurymrkt

yes, please confirm

1 Like

Yes this is perfect

How do I code this tho. Thank you

Hey bud just following up if you have a easy code to implement this thank you :blush:

1 Like

@Luxurymrkt

yes, please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.rte.collection__description {border-bottom: 0.1rem solid #d2d2d2;padding-bottom: 45px;}

hi unfortunately this doesnt work. it showed up on mobile but overlapping the filter button. on desktop no results

@Luxurymrkt

sorry but i can’t see code can you please added and let me know

I added it again. You can see in picture on mobile.

I actually prefer it to just be on desktop is ok. I don’t need on mobile.