I have a problem with a text in one of my pages. The problem is that in certain devices the text appeas in a different color. For example I want it to appear in withe and in certain phones and computers it appears in withe, but in other it appears in black. I tried to solve it using html code, but it didn´t work:
<span style="font-size: 13pt; color: white;"><strong>here is the text</strong></span>
I tried in many ways but it didn't work in no one of them. The problem it seems to be more in the ios devices.
Thaks for your attention. I hope you have a good day.
I'm using "text with icon". I tried to change it by the normal way of selecting the color in the way the theme allows me but it didn't work, so I tried the css way, and neither that worked.
If it can be of any assintance, the text are two phone numbers. I don't know if that is the problem because in the same page I have another similar "text with icon", this time a text with an email, and it looks withe in all advices, just how I want. I copy exactly the "text with icon" and I just change the email for the phone numbers and it doesn't look withe anymore, it doesn't work.
Yes Mobile numbers are styled different for IOS which is why its causing the issue. Try wrapping them in an anchor tag with the "tel:+4141411" protocol and check.
Hi again.
I have a problem with a text in one of my pages. The problem is that in certain devices the text appeas in a different color. For example I want it to appear in withe and in certain phones and computers it appears in withe, but in other it appears in black. I tried to solve it using html code, but it didn´t work:
<span style="font-size: 13pt; color: white;"><strong>here is the text</strong></span>
I tried in many ways but it didn't work in no one of them. The problem it seems to be more in the ios devices.
Thaks for your attention. I hope you have a good day.
Hey Again,
Try removing the strong tags and see if that makes a difference.
Thanks
ThemeNectar Support Team
I did that but nothing has changed. Any other kind of solution?
Which particular text are you referring to?. Also, why have you used inline css to change the color?.
Thanks
ThemeNectar Support Team
I'm using "text with icon". I tried to change it by the normal way of selecting the color in the way the theme allows me but it didn't work, so I tried the css way, and neither that worked.
If it can be of any assintance, the text are two phone numbers. I don't know if that is the problem because in the same page I have another similar "text with icon", this time a text with an email, and it looks withe in all advices, just how I want. I copy exactly the "text with icon" and I just change the email for the phone numbers and it doesn't look withe anymore, it doesn't work.
Hey Again,
Yes Mobile numbers are styled different for IOS which is why its causing the issue. Try wrapping them in an anchor tag with the "tel:+4141411" protocol and check.
Also see: https://stephenkeable.medium.com/iphone-safari-changing-colour-of-phone-numbers-b79e5139cc06
Thanks
ThemeNectar Support Team