Click-to Call link in Action Bar
- Can it be done in the theme options "Menu & Action Bar" / Action Bar text field
- If not what about permanently adding to the functions.php file inside of the child theme
<a href="tel:123-456-7890">123-456-7890</a>
<a href="tel:123-456-7890">123-456-7890</a>
Comments
The links in the action bar (phone,mail) are clickable by default. You can change them in theme options>menu&action bar>action bar
thanks