Script Disable text selection

1. go to blogger→theme→Edit HTML
2.Press Ctrl+F and search <head>
3.Paste the the code below under <head>
<script type="text/javascript">
//below javascript is used for Disabling text selection in web page
document.onselectstart=new Function ("return false");
</script>
//below javascript is used for Disabling text selection in web page
document.onselectstart=new Function ("return false");
</script>
4.Save theme
Video How to disable text selection on blogger
[youtube src="-lHF8ITRuSc"/]