Woocommerce quick 'add to cart' button style (Divi theme)
-
Hi there,
I’ve recently added the ‘Add to Cart’ buttons under each product to the shopping page by adding a line of code to the Divi theme functions.php. It works but i was wondering if the button style could take Divi theme button styles?
My webpage is:
https://www.reliefbrigade.org/home/#reliefmartThe buttons in the first column uses the Divi button style but the ‘Add to cart buttons’ doesn’t, and even gives a weird ‘number 5’ when you hover your mouse over it.
Line of code:
add_action( ‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_add_to_cart’, 20 );Line of code source:
https://gist.github.com/elitteral/a655d4b078d34ad23006)Much appreciated!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Woocommerce quick 'add to cart' button style (Divi theme)’ is closed to new replies.