try this instead.
function skyverge_add_below_featured_image() {
echo ‘<h4 style=”text-align:center;margin-top:10px;”>Click to Enlarge</h4>’;
}
add_action( ‘woocommerce_before_single_product_summary’ , ‘skyverge_add_below_featured_image’, 21 );
-
This reply was modified 7 years, 1 month ago by Samui Island.