replace button text
-
Trying to change button text from “Add to cart” to “Add to order”. Using customizr theme behind firewall
.woocommerce .button.add_to_cart_button:before, .woocommerce a.button, .woocommerce button.button[type=submit], .woocommerce input#submit, .woocommerce input.button {
background-color: #202e54;
border-color: #202ef4;
padding: .75em 1em;
color: #fff;
content: “Add to order”;
}“Add to order” appears before “Add to cart’ as expected, but is there any way to actually replace the text?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘replace button text’ is closed to new replies.