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(){ $('.user.blog-author,.ssyby').closest('.comment-block') .css('border', '1px solid #e1e1e1') .css('background','#f1f1f1 url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhLgFBmaV1BNb9f3_sykVg9qqZx5EmCCwnf0iWYv-THZ6LKb_8SIrBeeE9jaItbrQGCiBhK20nkRaH-OR72RPG5JMwoBOKzkkxbdckwwsZ850b6ufxVruudqySowg3849afN1o9EokG_wQ/s1600/admin_comment1.png") no-repeat bottom right') .css('padding', '10px'); } $(document).bind('ready scroll click', highlight); });</script>
Last step :
what you just need is save it