Home Forums WoodMart support forum Mobile menu customizations Reply To: Mobile menu customizations

#277754

Artem Temos
Keymaster

Try to replace that PHP code with the following one

add_action( 'wp', function() {
	remove_action( 'woocommerce_single_product_summary', 'woodmart_sguide_display', 38 );
	add_action( 'woocommerce_single_product_summary', 'woodmart_sguide_display', 29 );
} , 100);