Change after Add To Cart button text size
-
Hey!
I’m using this hook for adding text after Add To Cart button on product page.
It works well, but what do I need to add in order for changing the font size top margin and bold?add_action( ‘woocommerce_after_add_to_cart_button’, ‘add_content_after_addtocart_button_func’ );
function add_content_after_addtocart_button_func() {
// Echo content.
echo ‘<div class=”second_content”>Free and fast shipping, 24 hour customer service, Lifetime warranty and easy returns</div>’;
}
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘Change after Add To Cart button text size’ is closed to new replies.