WP-Mix

A fresh mix of code snippets and tutorials

Disable iOS Tap Color

Here is a quick CSS snippet to disable the tap color in iOS.

To disable the tap color for iOS, add the following slice of CSS to your stylesheet:

-webkit-tap-highlight-color: rgba(0,0,0,0);

BOOM! Done.

★ Pro Tip:

Digging Into WordPressGA Pro