Collapsible Row on product page. Change border line colour and remove right side arrow

@JSFMC
Add This code

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.accordion { border-top: .1rem solid #000 !important; border-bottom: .1rem solid #000 !important; } .product__accordion.accordion.quick-add-hidden svg.icon { display: none !important; }

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

1 Like