Font awesome icon + text above or under add to cart
-
Hello!
Im using the following snippet to add the font awesome icon and text to the cart button with some custom css.
add_action( 'woocommerce_after_add_to_cart_button', 'add_content_after_addtocart' ); function add_content_after_addtocart() { echo '<div class="second_content">'; echo '<i class="fa-sharp fa-solid fa-truck-fast"></i></i>'; echo '<span>Voor 15:00 uur besteld, morgen in huis!!</span></div>'; }
However this only shows the icon and text on the product page itself. I would like to show this aswell on the category page.
If you have any idea how to fix this please let me know, any help is appreciated!
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Font awesome icon + text above or under add to cart’ is closed to new replies.