Hi,
I don`t know why telefphonenumbers are shown in the wrong colors on mobile.
I can`t see them anymore on my Handy. They should be white but shown in dark green.
Any idea why?
Many regards rixi
Hey rixi,
Thank you for the inquiry.
The telephone number in the first section and in the footer widget is still white when we checked the site on mobile view. Have you figured out the issue? If you haven’t, please provide a screenshot using Savvyify, Imgur or Dropbox.
Best regards,
Ismael
Hi,
Try to edit the phone number html and add a unique class name to it:
<span class="av-phone-number-info">Telefon 04931 – 9192873</span>
Then add this css code:
.av-phone-number-info, .av-phone-number-info:active, .av-phone-number-info:visited, .av-phone-number-info:focus {
color: #ffffff !important;
}
If that didn’t work, try to add this code in the functions.php file:
function ava_format_detection_meta() {
echo '<meta name="format-detection" content="telephone=no">';
}
add_action('wp_head', 'ava_format_detection_meta');
Best regards,
Ismael
Hi Ismael,
thanks a lot, i will try that out!
Many regards rixi
Hi,
When I check your site with Windows & Android the numbers are the correct color, please see the screenshot in the Private Content area of the expected results.
It looks like you are using a iPhone, Please note that iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Clear the History.
If this doesn’t help then try the css Ismael posted above and wrap the numbers with the HTML class that he posted.
Best regards,
Mike