Make Call to action button for mobile number or make clickable email id. So simple trick us on anchor tag and make email/number as link.
How to Do
For Phone Number
If you want to make mobile number as call to action. So add tel: before mobile number on anchor tag.
Example: <a href=”tel:MOBILE_NUMBER”> Call Me</a>
For Email
If want to make clickable email. So add mailto: before email id.
Example: <a href=”mailto:YOUR_EMAIL_ID”>Email Me</a>