@nagesh-seogmail-com: First you must create a child theme. For more details on creating child theme, go to this LINK. Then in your child theme’s functions.php, copy and paste the above function i.e. catchresponsive_header_right
(you can find the function in catch-responsive/inc/catchresponsive-structure.php
file). Then in the function, replace the following code with the Gtranslate’s shortcode:
<?php if ( '' != ( $catchresponsive_social_icons = catchresponsive_get_social_icons() ) ) { ?>
<section class="widget widget_catchresponsive_social_icons" id="header-right-social-icons">
<div class="widget-wrap">
<?php echo $catchresponsive_social_icons; ?>
</div><!-- .widget-wrap -->
</section><!-- #header-right-social-icons -->
<?php
} ?>
Replace With the following:
<?php echo do_shortcode(‘[GTranslate]’); ?>
Hope this helps.
If you are not much familiar with coding, I recommend you to hire a customizer.
Regards,
Mahesh