Hello, I’m trying to hide the lines of my accordion / collapsible rows on my product page. I inserted this code in the custom liquid of the collapsible row section, but the lines are still showing.
{%- if product.metafields.custom.description2_heading != blank -%}
{%- endif -%}
On another thread I saw a code to insert in the theme code, but that didn’t work for me. Help!
