Hi, I’ve had the same problem but I’ve just resolved it. Under the text tab create a new div class
<div class=”newclass”></div>
then switch to visual tab and insert your shortcode. Looking back at the text mode you should see something like:
<div class=”newclass”>[add_to_cart id=”XXXX” sku=””]</div>
Now on the css add:
.newclass .amount {display:none;}
Hope this works for you.