Body Code for Stop Comment links in Blogger #2 Get link Facebook X Pinterest Email Other Apps December 21, 2020 <script> $(function(){ $('.comment-content a[rel$=nofollow]').attr("target","_blank"); }); </script> Copy this code and paste it on Body Tag ## Get link Facebook X Pinterest Email Other Apps Comments
Blogger Contact Us Form Code December 21, 2020 Copy the below-given code and paste it on the Contact Us Page. Don't change anything otherwise, it will stop working. <div class="bmenu"> Contact Us </div> <div id="after_submit"></div><form action="#" enctype="multipart/form-data" id="contact_form" method="POST"><div class="row"><label class="required">Your name:</label><br /><input class="input" id="name" name="name" size="30" type="text" value="" /><br /><span class="error_message" id="name_validation"></span> </div><div class="row"><label class="required">Your email:</label><br /><input class="input" id="email" name="email" size="30" type="text" value="" /><br /><span c... Read more
Disable text selection code 2 December 21, 2020 .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;} Read more
Blogger Table of Content Css style Code December 21, 2020 /*####TOC Plugin V2.0 by overblogging####*/ .mbtTOC2{border:5px solid #f7f0b8;box-shadow:1px 1px 0 #EDE396;background-color:#FFFFE0;color:#707037;line-height:1.4em;margin:30px auto;padding:20px 30px 20px 10px; font-family:Oswald, arial;display: block;width: 70%;}.mbtTOC2 button{background:#FFFFE0; font-family:oswald, arial; font-size:22px;position:relative; outline:none;border:none; color:#707037;padding:0 0 0 15px;}.mbtTOC2 button a {color:#0080ff; padding:0px 2px;cursor:pointer;} .mbtTOC2 button a:hover{ text-decoration:underline; } .mbtTOC2 button span {font-size:15px; margin:0px 10px; } .mbtTOC2 li{margin:10px 0; } .mbtTOC2 li a {color:#0080ff; text-decoration:none; font-size:18px; text-transform:capitalize;} .mbtTOC2 li a:hover {text-decoration: underline;}.mbtTOC2 li li {margin:4px 0px;} .mbtTOC2 li li a{ color:#289728; font-size:15px;} .mbtTOC2 ol{counter-reset:section1;list-style:none} .mbtTOC2 ol ol{counter-reset:section2} .mbtTOC2 ol ol ol{counter-reset:section3... Read more
Comments
Post a Comment