Skip to content

Instantly share code, notes, and snippets.

@BFTrick
Created May 16, 2016 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BFTrick/3cc92f3101d41817b944297e1116b9f1 to your computer and use it in GitHub Desktop.
Save BFTrick/3cc92f3101d41817b944297e1116b9f1 to your computer and use it in GitHub Desktop.
Adding Font Awesome Arrow Right icon to the Add to Cart button in WooCommerce
<button type="submit" class="single_add_to_cart_button button alt fa fa-arrow-right"><?php echo esc_html( $product->single_add_to_cart_text() ); ?></button>
@rejuancse
Copy link

Awesome (y)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment