Click-to Call link in Action Bar

I want to make the phone number in the action bar at the top a click-to-call phone number.
  1. Can it be done in the theme options "Menu & Action Bar" / Action Bar text field
  2. If not what about permanently adding to the functions.php file inside of the child theme
 I understand how to code the phone number so that on mobile so that it is a clickable link.   ie  <a href="tel:123-456-7890">123-456-7890</a>

Comments

Sign In or Register to comment.