In this tutorial I will show you how to remove the left / Right Click / Copy Paste option to terminate Blogger CSS. If you do not want someone to copy the contents of your blog or an article you can do it now by using this trick. This blog visitors will only be read, but can not copy any content or articles.
Step 01: Go to Blogger Dashboard -> Design -> Edit HTML
Step 02: Back up your template before making any changes on your blog
Step 03: Now the Expand Widget Templates
Step 04: Press Ctrl + F to search the code below
]]> </ B: skin>
Now replace it with the code below
. post-body {
-webkit-touch-callout: none;
, KHTML-user-select: none;
-moz-user-select:-moz-none;
-MS-user-select: none;
user, select: none;
}
]]> </ B: skin>
Now save your template / model
Enjoy!
I am a professional Graphic designer and web site designer.I always try to make my byers Happy with my work and my activities. See My portfolio.....
Any feedback, questions or ideas are always welcome. In case you are posting Code ,then first escape it using Postify and then paste it in the comments
0 comments: