Hello, i want to use the Custom Liquid block on the product page for dawn theme. I am using it for another area for the product page. It already has a <hr tag like this when custom liquid block is used…
{%- when 'custom_liquid' -%}
{{ block.settings.custom_liquid }}
---
But for the new custom liquid block, I do not want the <hr line tag. How can I use it again but not have the <hr for the next? Can I duplicate the custom liquid in the backend coding? or use an %if statement somehow?
Please help, thanks!