Blue overlay over links and buttons

Ohkay so theres a blue box showing over links and buttons when theyre clicked and im not sure how to get rid of them

Heres the site
http://testingmysite.x10host.com/AllenTrey/home.html

This is what it looks like when clicked

Hmmm. I’m not seeing that happen.

oh thats interesting :confused: Maybe its only on mobile

1 Like

Doesn’t happen on iOS.

I guess that narrows it down to android browsers lol my apologies, thats the only thing ive tested mobile on. Is there any way to get rid of it?

Just a wild guess.

You have an older version that needs the -webkit- prefix on the transforms?

I can see the tap highlight color in ios (which is grayish by default).

It may just be the default tap color in android but you can try customising or turning it off with the following code in ios which may work for android also but I;m not sure.

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
2 Likes

That worked! Thanks so much :smiley:

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.