Preview:
add_filter( 'awl_labels_hooks', 'my_awl_labels_hooks2' );

function my_awl_labels_hooks2( $hooks ) {

$hooks['before_title']['archive']['sp_wpspro_before_product_title'] = array( 'priority' => 10 );

$hooks['on_image']['archive']['sp_wpspro_before_product_thumbnail'] = array( 'priority' => 10 );

return $hooks;

}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter