I have been trying to put a clickable phone number in the top right of my header where my company logo and menu selection is but I have not been able to. I checked around the fourm but nothing was quite what I was looking for. I am not good at coding, I was using this code to place the phone number at the top as a bad work around but even that had problems. The number would change on me randomly, making customers call the wrong line. Could someone please help me post my company phone number in the correct place?
<function add_phone_number(){ ?>
<def class="phone-number-container">
<!--4233385882-->
<a href="tel://14233385882">1 (423) 3385882</a>
<a href="tel://14233385882">Call Us</a>
</a>
</div>
<?php }
add_action('x_after_view_global__nav-primary', 'add_phone_number');
