Sunday, January 17, 2016

Disable Re-Create Text Alternative Inwards Blogger Template Using Css

How to Disable Copy Text Selection Using CSS In Blogger Template Disable Copy Text Selection In Blogger Template Using CSS
Hello Guys,Today inwards this article nosotros volition explicate you lot How to disable re-create text option using CSS inwards your blogger template.Just add together this CSS into your Blogger website to prevent/Restrict users selecting/Copy text of your website or blog.We are using pure CSS for this play a joke on you lot don't bring to add together lot of codes.To add together this play a joke on inwards your blogspot template follow the steps mentioned below.

How to Disable Copy or Select Text In Blogger Template By Using CSS:

installation steps:

Step 1. Log inwards to your Blogger concern human relationship as well as Go to your Blogger Dashboard.
Step 2. Now Click on -> Template -> Edit HTML.
Step 3. Now Search for ]]></b:skin> by Pressing Ctrl+F keys. 
Step 4.Copy the below code as well as glue it only earlier the ]]></b:skin> tag.
 body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
Step 5. Now Save your template..you are Done !!

We promise this article helped you lot to larn How to Disable Copy Text Selection In Blogspot Theme By Using CSS.If you lot liked this article delight Join us on Facebook,Twitter,Google Plus.

No comments:

Post a Comment