Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #662655

    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

    #662693

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.