1. Open your website in site setting mod
2. Navigate to the general >> custom js
3. Add the following codes there
- jQuery(document).ready(function($){
- $(".info-container .email-content").html("<a href='#'>my email</a>");
- $(".info-container .tel-content").html("<a href='#'>my number</a>");
- $(".info-container .address-content").html("<a href='#'>my address</a>");
- });
*You can use any URL which you want instead of the #
*You can use any text you want instead of the "my email", "my number", "my address".