Pretty simple, How to change text of the “Add To Basket” button to caps, It’s in the plugin additions when Woocommerce is attached to the website, I have asked them and they told me to ask you guys.
Many thanks in advance
Link below
Hey sambo258,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top form.cart .button {
text-transform: uppercase;
}
Best regards,
Vinay