How to Disable Text Selection in Blogger Post
How to Disable Text Selection in Blogger: Stolen content is very harmful. To prevent this, you have to lock the text on your website or blog.
And no one can copy your content from this.
Disable Text Selection in Blogspot Easy Method
You must have tried a lot of ways to avoid copy-paste, but today we are told you one such way, Which you can use to save your website and blog from copy-paste. In order to avoid hard work, people copy the content of other people and post it on their website or blog. They would have no benefit with this thing because the copied content never ranks and the other disadvantage is Their blog or website can be closed anytime from Google’s website.
People also look for how to disable copy paste and text selection in blogger. If you too do something like this on your website or blog, then stop doing it. Because by doing this you are going to suffer a lot.
Later, it should not happen that you only win backward.
Also, Read These Posts:
- 9 killer Tips: You Should Know Before Starting your 1st Blog
- How to Start a Blog on Blogger: Step by Step Guide | Blogger Starter Course
- 10 Best Google AdSense Alternatives For Your Blog (2020)
How to Disable Text Selection in Blogger Post
Step 1:
Go to Your Blogger Dashboard and Click on the theme.
Step 2:
Find < /b:skin > in Blogger Theme. To find this code press CTRL+F. Remove Spaces from skin code.
Step 3:
Now Paste Find code in Theme as shown in the picture and Paste Below Given Code above
.
Step 4:
Now Save Theme and Check Your Blog. text selection will be Disabled.
.post-body {
-webkit-user-select : none ;
-khtml-user-select : none ;
-moz-user-select : none ;
-ms-user-select : none ;
user-select : none ;
}
.post-body blockquote {
-webkit-user-select : text ;
-khtml-user-select : text ;
-moz-user-select : text ;
-ms-user-select : text ;
user-select : text ;
}
If this code will not work then you can paste this other code which is given below,
at this time Both Codes are Working Fine.
.tftable {font-size:12px;color:#333333;width:100%;border-width: 1px;border-color: #a9a9a9;border-collapse: collapse;}
.tftable th {font-size:12px;background-color:#b8b8b8;border-width: 1px;padding: 8px;border-style: solid;border-color: #a9a9a9;text-align:left;}
.tftable tr {background-color:#ffffff;}
.tftable td {font-size:12px;border-width: 1px;padding: 8px;border-style: solid;border-color: #a9a9a9;}
.post blockquote{-moz-user-select: text;-webkit-user-select: text;-ms-user-select: text;user-select: text;}
.post code {-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;}
body {-webkit-user-select: none; -moz-user-select: -moz-none; -ms-user-select: none; user-select: none;}
Final Words:
I Hope these Settings will work in Your Blog if you have any problem related to this topic then you can comment below. This is a Simple Method and anyone can do this easily.
Recent Comments