birzy wp link question
hello, when have for example a telephone number that is not linked on my website, on mobile it automeaitly turns to link and the color changes to pink/blue or blue/blue. I'm wondering where this can be changed. for now if I just add a url it will stay the color I want. but lets say other areas where this happen at the theme level and it override what was set on the page, im sure there is somewhere I can go to set this color for auto links but not sure where. hope that makes sense
0
-
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/trgzFSvIn 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.
Comments
1 comment