[ad_1]
thanks for replying
Plugin Author
Maarten
(@maartenbelmans)
Hi
Your theme is setting setting the font size to zero for some reason: https://i.snipboard.io/QENSRp.jpg. This can be fixed by overriding their code with the code below (via Appearance > Customize > Additional CSS) but I would also contact them asking why they do this because that’s quite bad.
The code:
.woocommerce div.product .single-add-to-cart-wrapper{
font-size: 16px!important;
line-height:1.3!important
}
