Hello can anyone help me with this? I want to box this tekst. Code is currently this:
var form = document.querySelector(‘product-info .no-js-hidden’);> > var discount = document.createElement(‘div’);> discount.className = ‘dis-count shopify-payment-button’;> discount.innerText = ‘Buy 2 get 10% additional discount on both!’;> discount.style.marginTop = “10px”;> form.appendChild(discount);
but I cant find how to box the tekst anywhere.