Adding Font Awesome Icons under Add to cart button with text
-
Pretty much as the title states
I want to add Font awesome icons under the add to cart button i.e free shipping and 90 day returns etc.
I’ve tried adding various code to the functions.php which hasn’t worked.
However, I’ve managed to get text placed there with this code:
function add_content_after_addtocart_button_func() {// Echo content.
echo ‘<div class=”second_content”>Free Shipping</div>’;
echo ‘<div class=”second_content”>100 Day Return</div>’;
}Any help would be great
The page I need help with: [log in to see the link]
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Adding Font Awesome Icons under Add to cart button with text’ is closed to new replies.