How to Disable mouse selecting on Selected section or tag using CSS CODE

Protect your article using disable selecting code. If you want to stop mouse selection open in any div, section or span, So paste given code there then save.

Code

 -webkit-user-select: none; /* Safari */
-ms-user-select: none; /* IE 10 and IE 11 */
user-select: none; /* Standard syntax */

This code worked perfectly on my theme. If any problem so contact us. Thank You