Viewing 1 replies (of 1 total)
  • Tanay

    (@tanaykhandelwal-1)

    Hi melissakiss,
    How’re you 🙂

    For this you can customize the header.php in Child_Theme and replace the below code between line 52-55.

    <!-- Top Contact Info -->
    <div class="topbar_info">
    	<?php if(sketch_get_option($incart_lite_shortname.'_topbar_contact')){?><i class="fa fa-phone"></i><span class="head-phone"><a href="tel:<?php echo esc_attr(sketch_get_option($incart_lite_shortname.'_topbar_contact','incart-lite')); ?>"><?php echo esc_attr(sketch_get_option($incart_lite_shortname.'_topbar_contact','incart-lite')); ?></a></span><?php } ?>
    </div>

    with below code

    <!-- Top Contact Info -->
    <div class="topbar_info">
    	<?php if(sketch_get_option($incart_lite_shortname.'_topbar_contact')){?><span class="head-phone"><a href="tel:<?php echo esc_attr(sketch_get_option($incart_lite_shortname.'_topbar_contact','incart-lite')); ?>"><i class="fa fa-phone"></i><?php echo esc_attr(sketch_get_option($incart_lite_shortname.'_topbar_contact','incart-lite')); ?></a></span><?php } ?>
    </div>

    Regards,
    Tanay Khandelwal

Viewing 1 replies (of 1 total)

The topic ‘Cart’ is closed to new replies.