How to Disable Copy And Text Selection in blogger

Learn how to disable text selection? and prevent your content from copy paste in blogger or disable right click in blogger or how to disable text selection in blogger or how to disable copy paste in WordPress or how to protect your blog content from copying or how to copy paste in Blogspot or how to protect blog from copy paste or disable right click on images blogger or HTML code to prevent copying text

Disable Copy And Text Selection in blogger


Many content thieves try to copy content and publish on their own blog. So we need to secure our website content from thieves on the web and try to do something that no one can't copy your content but how its possible?

Yes, we can do it by disabling Select and copy content on web page.

Disable Text Selection and Copy text in blogger

Step 1:  Go to Blog → Theme → Edit HTML

Step 2: Click anywhere in code area and Press CTRL+F

Step 3: Paste ]]></b:skin> in Search box and hit enter

Step 4: Copy below code and paste above ]]></b:skin>

/*----- Disable Text Selection with CSS Code--- bestbloggerlab----Start*/
.post blockquote {
-webkit-user-select: text !important;
-moz-user-select: text !important;
-ms-user-select: text !important;
user-select: text !important;}
body {
-webkit-user-select: none !important;
-moz-user-select: -moz-none !important;
-ms-user-select: none !important;
user-select: none !important;
}
/*----- Disable Text Selection with CSS Code--- bestbloggerlab----End*/

Step 5: Save your template.

How to make particular text is  Selectable:

Sometimes we need to provide some part of the content to copy to readers So in this case when you write content in your post use blockquote. To make text selectable write your content in <blockquote> tag

Example: Edit in Html of Post Composer

<blockquote>
Write Selectable Text Here
</blockquote>

I hope you like this post so don't forget to share this post on your network.

Subscribe to the latest article updates via email:

3 Responses to "How to Disable Copy And Text Selection in blogger"

Top Adverts Articles

Middle Advertisements Article 1

Middle Advertisements Article 2

Bottom Ad Article