Multiple items in header after the update

I have added a JS code in Theme Options to add phone number with link in header. After the update, the phone number is showing up twice.

This is the code I’ve added.

jQuery(document).ready(function($){
    $('<div class="phoneh"><a href="tel:0000000000">Phone: 000-000-0000</a></div>').insertAfter('a.x-brand');
});

Hello @malavkarkar,

Thanks for writing to us.

I suspect this could be a bug and have reported it to the developers for investigation. The issue will be in our issue tracker queue for further investigation by our development team so I would request you, please stay tuned for succeeding theme updates.

Thanks for understanding

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.