How to Disable Text Selection in Blogger Blog


Creating Blog is not a big job, but creating content is a killer job and irritating job. The content of your website is more important for you. But, some times people will steal your valuable content and they will paste it to their website. So, you should be more careful about it. If you disable text selection in your blog, it's more difficult to steal. So, In this tutorial I gave you easy steps to Disable text selection in Blogger Blog.

Below are the steps to Disable text selection in your Blogger blog,

Step 1: Sign in your Blogger Blog.

Step 2: Select the Template section and click Edit Template.

Step 3: Paste the below code before </head>


<style>
.post-body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
</style>

Step 4: Save your template and refresh your page.

Step 5: That's It. Now you wont be able to select your own content :).

All the best!

2 comments: