Adding the subtitle underneath title in cart and minicart
-
Hi,
I have added the subtitle underneath my titles on category and single product pages with thisfunction kia_add_subtitle_to_woocommerce(){ if( function_exists( 'the_subtitle' ) ) the_subtitle( '<h4 class="subtitle">', '</h4>' ); } add_action( 'woocommerce_single_product_summary', 'kia_add_subtitle_to_woocommerce', 7 ); add_action( 'woocommerce_after_shop_loop_item_title', 'kia_add_subtitle_to_woocommerce', 7 );
but I would also like to diplay it underneath the title on the cart page and in the mini cart. Is this possible?
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Adding the subtitle underneath title in cart and minicart’ is closed to new replies.