How to Disable Text Selection, Cut, Copy, Paste, and Right-Click on a Web Page. I am, however, happy to look into adding this ability if there is a need for it. The text of the element and sub-elements will not be able to be selected by the user action. The use of this css code will deactivate the function from left-clicking on the text section but still can if we click the link or url on the blog. Use a wild card selector * for this purpose. #div * { /* Narrowing, to specific elements, like input, textarea is PREFFERED */ This property controls selection of text and other elements on a page, except text fields of form, their contents can be selected whether it's allowed or not by user-select CSS property.. Operating user-select CSS property is very convenient in situations when you want to provide a user-friendly way to copy-paste the text. You can control which variants are generated for the user-select utilities by modifying the userSelect property in the variants section of your tailwind.config.js file. You can disable the selection using the following CSS Code : JavaScript. Version: CSS3: Browser Support. No. This extension does not enable text selection for websites that have disabled text selection via javascript. Disable text or block text selection on blogs or websites using CSS, much safer than using javascript, besides using css will not affect the loading of your blog. CSS Option 1. Is there any way to disable text selection in a web page (or at least render it invisible to the user)? In this article, we will share with you how to disable text selection on HTML web pages using jQuery and CSS. Here, we are going to learn how to disable text selection highlighting using CSS (Cascading Style Sheet)? How to disable text selection in a table. Texts are the most fundamental elements of any website or web page. By default browsers let us select the text in the browser using the keyboard, pressing the cmd-A combination on a Mac for example, or using the mouse. You can't use CSS to disable Textbox. All we have to do is to disable the selectivity of the text on our webpage for all the browsers that the webpage is likely to be loaded on. This doesn't have any effect on content loaded as part of a browser's user interface (its chrome ), except in textboxes. User Select – MDN; Overriding The Default Text Selection Color With CSS – CSS Tricks; Javascript: Disable Text Select – Stack Overflow; Disable Copy Text In CSS & Javascript – Code Boxx In Google Chrome browser form controls like ,