Here are the steps to remove copy paste option on your website:
Step 1: Go Layout Tab on the Left side of blogger menu.
Step 2: Click on Add a Gadget. (You can choose anywhere on the sidebar or lower bar or footer as this won't appear.)
Step 3: Now choose the widget name HTML/Javascript.
The blank space for entering the script will show in the window. Paste the below-mentioned script.
<script
type='text/javascript'> if (typeof document.onselectstart != "undefined") { document.onselectstart = new Function("return false"); } else { document.onmousedown = new Function("return false"); document.onmouseup = new Function("return false"); }
</script>
Now Click On save