Rich text mixing with subtotal in cart page Dawn 15V

Rich text mixing with subtotal in cart page Dawn 15V

ctal37
Excursionist
148 1 36

Hiii

I added rich text in bw subtotal and tax note and when I add product in cart page and increase the quantity or even add a new product then the rich text get mixed with subtotal and tax note. Please check the screenshot below

I added this code to add rich text in theme.liquid -

 

<script>
let totals = document.querySelector('.totals');
if(totals) {
totals.insertAdjacentHTML('afterend', '<br><div class="custom-richtext">Incl. of all taxes and costs</div>');
}
</script>

store url -   https://5a3cf5-fc.myshopify.com/

WhatsApp Image 2024-08-15 at 22.21.07.jpegWhatsApp Image 2024-08-15 at 22.21.07 (1).jpeg

 

Replies 0 (0)