Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. /*
  2. * Divi WordPress Theme and WooCommerce plugin
  3. * Make the Add To Cart buttons appear on the WooCommerce shop page.
  4. */
  5.  
  6. add_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 20 );
  7.  
  8. Styles the button and removes the 5.
  9. .woocommerce .button::after {
  10. font-family: "ETmodules";
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement