P
P
Peter Gutsalo2018-05-18 09:08:08
Online shopping
Peter Gutsalo, 2018-05-18 09:08:08

How to change add to cart button in woocommerce?

There is a regular woocommerce store on a regular Wordpress. The text of the button was changed to “Pay online!. It is necessary that the text when hovering the mouse over this button changes to the name of the corresponding product. Help)
medeja.com.ua/agafonova - An example.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2018-05-18
@vintkor

js to help you

B
Bogdan Gerasimenko, 2018-05-18
@Kleindberg

Try with jQuery:

$('.add_to_cart_button').hover(function() {
    $(this).text("Название товара");
}

jsfiddle.net/nikhilmangal/fcyL7Lfu

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question