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:

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

  1. What an amazing article on Disable Copy Paste in Blogger you are good. Check out my website! www.amanchourasia.in

    ReplyDelete
  2. Its perfectly very amazing post, and I also use it on my website HOW TO GET MY BUSINESS ON TOP OF GOOGLE SEARCH FOR FREE. You can also check it.

    ReplyDelete
  3. हेलो एडमिन सर
    आपकी पोस्ट How to Disable Copy Content from Blogger काफी जानकारी पूर्व है.

    ReplyDelete
  4. To disable copy and text selection in Blogger, you can add custom CSS in the theme's code using user-select: wordpress hosting none; for the desired elements. This prevents visitors from selecting or copying text on your site.








    ReplyDelete

Top Adverts Articles

Middle Advertisements Article 1

Middle Advertisements Article 2

Bottom Ad Article