Home Forums Basel support forum color change in mobile

color change in mobile

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

    bgarcia
    Participant

    Hi,
    The title of “product categories” change in mobile device. iPad and iPhone at least…
    I don’t understand why because it is the categorie title and just change one part.
    Any idea?
    Thanks,

    #168181

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    What element changes the color on mobile? The category title does not http://prntscr.com/qo92um

    Please provide the screen of the problem.

    Best Regards

    #168346

    bgarcia
    Participant

    Sorry…
    Attached image again.

    #168348

    bgarcia
    Participant
    #168408

    Hello,

    What devise you view from? I do not see the problem http://prntscr.com/qolic6

    Best Regards

    #168411

    bgarcia
    Participant

    iPhone and iPad
    Browser Safari
    Thanks,

    #168475

    Hello,

    iPhone and iPad interpret some kind of content in their own way. For example, they interpret any numbers as a phone number by default. In order to solve this issue please add this code to the functions.php of the child theme:

    add_action(
       'wp_head',
       function () {
          echo '<meta name="format-detection" content="telephone=no">';
       }
    );

    If you need to show a phone nubmer on the site, please apply HTML code: <a href="tel:+788888888888">+7(8888)-888-88-88</a>

    Best Regards

Viewing 7 posts - 1 through 7 (of 7 total)