Disabling Text Selection in Blogger Post

How Disabling Text Selection in Blogger Post can be done?Â
Step 1:Â
Step 2:Â
Find < /b:skin > in Blogger Theme ( you can press CTRL+F as shortcut)Â
Step 3:
 .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 ;
}
 .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 {
Step 4:
Also, Go Through
- Is JioMeet a copy of Zoom Meeting ?
- Benefits and Secrets of jQuery Loading from Google
- Add google maps live on your website | Step by Step Guide
About the Author
Top Recents
Administrator
Top Recents is Regular Blogger with many types of blog with owe own blog as toprecents.com Top Recent writes about the regular trending and viral blogs in seo optimized formats




