I need to get into the code and move some elements. Theme Ella. Can you help me?
I need to move the red car icon up after the price. What code do I need?
I need to get into the code and move some elements. Theme Ella. Can you help me?
I need to move the red car icon up after the price. What code do I need?
Thanks. How I can find
Hi @AnnaKo_1
{% if section.settings.display_trust_img and settings.img_trust != blank %}
{% endif %}
{% if section.settings.display_subtotal and current_variant.available %}
{{ current_variant.price | money }}
{% endif %}
Code should like below.