Hi,
I am trying to bold “Order Customization” only. I don’t have a lot of experience in code, but I tried both and and they don’t work.
Hi @MrGolfer ,
Could you please share your store URL and password if it’s enabled, so that I can help you
Hi @MrGolfer ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file → Save
{% if template contains "cart" %}
{% endIf %}
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
sorry I missed the character
{% if template contains "cart" %}
{% endif %}
Worked. Thank you!
you are welcome. I’m glad when I can help you ![]()



