@husker: In your child theme’s functions.php
add the following codes:
add_action( 'init', 'catchresponsive_child_slider_below_promotion_headline' );
function catchresponsive_child_slider_below_promotion_headline(){
remove_action( 'catchresponsive_before_content', 'catchresponsive_featured_slider', 10 );
remove_action( 'catchresponsive_before_content', 'catchresponsive_promotion_headline', 30 );
add_action( 'catchresponsive_before_content', 'catchresponsive_promotion_headline', 10 );
add_action( 'catchresponsive_before_content', 'catchresponsive_featured_slider', 30 );
}
Regards,
Mahesh