How to Disable Highlighting on a Web Page

2 years ago
57

I show you how to disable highlighting in your webpage in webflow. You can use this code whether your hand coding or in webflow.

| Code Snippet |
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;

website: https://moonmakes.com
music: "Dreams" by Joakim Karud (https://theartistunion.com/joakimkarud)

Loading comments...