I am trying to add a phone number to the header and created a child theme, then copied and modified the header-extensions.php file to my child theme, and added this code
<a class="telnumber" href="tel:240-415-8323">Call Now: 240-415-8323</a>
to right above this line
<?php attitude_socialnetworks( $flag ); ?>
But the phone number isn’t showing up (the site is montefuscoestateplanning.com) . What am I missing?