So Hello viewers how are you, I hope you are doing good. My name is Sadab Ali and welcome to Tech Aadi blog.
Are you afraid of getting your post copied. So today we are going to see How to Disable text selection for your Blogger Blog.
This method is very helpful for your blog but If anyone know a little bit of coding then he can disable it. But this code is still useful for you.
There is only one steps to follow for implementing this method you have to only add the CSS code in your blog.
Let's start the adding process.
Before applying the above process kindly do backup your blogger template for any kind of errror and easy restoration.
Disabling Text Selection in Blog
Adding CSS
- Open your Blogger dashboard.
- Go to theme section and click on Edit HTML.
- Now search for this code
</body>
. - Copy the below given CSS and paste it just above the </body> tag.
<style> body{display:block;-khtml-user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;unselectable:on;} </style>
Now don't forget to save your theme.
After following the above steps I hope you have successfully installed the Disable Text Selection script for your Blogger Blog.
Conclusion
So today we have learnt about How to Disable Text Selection for your Blogger Blog. I hope you liked this article. Please follow and like our blog for more posts like this.