How to Add Double Click To Selection for Blogger

Hello Guys and welcome to Wolv Themes Our Tutorial today is about How to Add Double Click To Selection for Blogger.

Why Add Auto Radius To Posts Images ?

adding double click to selection features is an easy css trick that automatically adds this feature to your codes that you provide on your articles.

Benefits :-

  • Automatic Double click to selection features
  • Making easier codes copying 
Let's Start

How to Add Double Click To Selection :-

#Note This Tutorial Was Tested On Median ui, Fletro Pro, Imagz templates only, try it on other templates at your own responsibility.

Step 1 :- Go to Blogger's dashboard and click theme.
Step 2 :- Click the arrow down icon next to the 'customize' button.
Step 3 :- Click Edit Html.
Step 4 :- Click on any word then Press CTRL+ F and type in the search form syntax.
Step 5 :- Copy the provided below code and paste it just after syntax last code.

#Note Don't forget to take a backup before doing anything.

mark{padding:1px 6px;border-radius:2px;font-family:'Fira Mono',monospace;font-size:15px}code mark{font-size:13px;margin:2px;display:inline-block}pre code mark{font-size:13px;margin:2px;display:inline-block} .post{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-ms-user-select:none;-moz-user-select:none}.post blockquote,.post pre,.post code,.note,.note noteAlert,kbd,.code,.postReference,.izincopy,h1{-webkit-touch-callout:text;-webkit-user-select:text;-khtml-user-select:text;-ms-user-select:text;-moz-user-select:text}.post pre:after{content:'double click to selection';position:absolute;right:0;top:0;color:var(--highlight-comment);font-size:10px;padding:0 10px;z-index:2;line-height:35px;opacity:0}.post pre:hover:after{opacity:1}.post pre:hover:before{opacity:0}
Step 6 :- Press CTRL+ F and type in the search form </body>.
Step 7 :- Copy the provided below code and paste it just before </body>.
<script src="https://cdn.jsdelivr.net/gh/wolvthemes/dclick-2-selection@main/dclick-2-selection.js"></script>
Step 3 :- Click Save.