Skip to main content

birzy wp link question

Comments

1 comment

  • Ariel H.
    Hi Edgar,
     
    Thank you for reaching out to us.
     
    It appears that this behavior is intentional. A similar issue has been reported with another page builder as well.
     
    Please try to add a Class to the text element that contain your phone number, you can use 'phone' or something similar and save the page - https://imgur.com/trgzFSv
     
    In Advanced > Custom CSS, you can add a rule for it based on the solution offered in the above link.
     
    @media(max-width:767px){
    .phone {
    color: #1176C1; 
    }
    }
     
    You may change the color to suit your page as needed.
     
    Please try this and let me know how it goes.
     
    Best regards,
    Ariel H.
    0

Please sign in to leave a comment.