Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1436379

    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

    #1436455

    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

    #1436460
    This reply has been marked as private.
    #1436477

    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

    #1436589

    Hi Ismael,
    thanks a lot, i will try that out!

    Many regards rixi

    #1436590
    This reply has been marked as private.
    #1436613

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.