Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #983735

    hi,
    first, sorry for my poor english!

    in mobile, when tapping linked image or icon, blue highlight box is appear around image or icon for a moment.
    i want remove this highlight or change color.

    how to remove or change blue highlight when tapping links in mobile?

    #983849

    Hey 0ttochi0,

    What is your web site Address?
    Can we please review?

    Best regards,
    Basilis

    #983925

    this is not unusual thing.
    in enfold sample site or google main page have same thing.
    but in some site, highlight color is gray or no highlight.
    i think there is way to remove highlight but i can’t find..

    • This reply was modified 6 years, 2 months ago by 0ttochi0.
    #983945

    Hi,

    Please refer to the following. You would likely have to apply this to all clickable elements:

    https://stackoverflow.com/questions/21003535/anyway-to-prevent-the-blue-highlighting-of-elements-in-chrome-when-clicking-quic

    Best regards,
    Jordan Shannon

    #983970

    thanks,

    but how to apply to element?

    i attached that code to css but not works

    #984020

    Hi,

    This css code should change the selected elements’ background color.

    ::selection {
        background-color: red;
        color: blue;
    }

    Set the background-color to transparent.

    Best regards,
    Ismael

    #984237

    hi,
    i can use quick CSS only,
    is it possible in quick CSS?

    or where is other css edit menu?

    #984259

    Hi!

    Sure, you can add CSS code Ismael posted into Quick CSS field :)

    Best regards,
    Yigit

    #984312

    hi,
    it works when drag text.
    but i mean when tapping link image or icon.

    and in shannon’s reply, I find solution!
    i just paste below code to quick css
    and it work.
    thanks! everyone

    a{
    -webkit-tap-highlight-color: transparent;
    }

    • This reply was modified 6 years, 2 months ago by 0ttochi0.
    #984321

    Hi,

    Great! I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘how to remove blue highlight when tapping links in mobile’ is closed to new replies.