Style the decimal values in prices in WooCommerce
add_filter( 'formatted_woocommerce_price', 'ts_woo_decimal_price', 10, 5 ); function ts_woo_decimal_price( $formatted_price, $price, $decimal_places, $decimal_separator, $thousand_separator ) {read more...