How To Highlight Admin / Author Comments In Blogger



As we know, sometime we need something different when we comment at our blog . so today, i will show you all how to highlight us as a author or admin in our blog.
now, lets begin tutorial for How To Highlight Admin / Author Comments In Blogger

step 1 :
sign In to Blogger Dashboard

step 2 :
Go to Template -> Edit HTML

Step 3 :
Find </body> and copy the following code above it. :)
<script type="text/javascript">    $(function() {      function highlight(){        $(&#39;.user.blog-author,.ssyby&#39;).closest(&#39;.comment-block&#39;)          .css(&#39;border&#39;, &#39;1px solid #e1e1e1&#39;)          .css(&#39;background&#39;,&#39;#f1f1f1 url(&quot;http://4.bp.blogspot.com/-pLzbR7dRJ_M/UcbQMLJAw1I/AAAAAAAAAh8/16rH5vfHKsM/s1600/admin_comment1.png&quot;) no-repeat bottom right&#39;)          .css(&#39;padding&#39;, &#39;10px&#39;);          }          $(document).bind(&#39;ready scroll click&#39;, highlight);                       });</script>

Last step :
what you just need is save it
Share on Google Plus

About Unknown

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.