Highlight Author Comments in Blogger
In the Name of Allah who is the Most Kind and Merciful
I already told you that comments are the best way to stay connected with your blog visitors.
Sometimes, visitors can not understand who is replying there comments in blog, I mean to say that admin comment is not highlighted in blog so here I am going to teach you how to high light Admin in Threaded comments.
Enjoy this and Don't Forget to Share and Comment this !
Enjoy this and Don't Forget to Share and Comment this !
How To Highlight Author Comments In Blogger
- Sign In to Blogger Dashboard
- Go to Template -> Edit HTML
- 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/AVvXsEjqmMI5iHzWfzdjz2zret8Xe-L70kRV5hQrBv8l1dQkI88GD4vsJVQ-32F5I8jOM6XtR4Q6h6wu4Tf9oe9DtS9qnG48a4k4O5CxZ_2MM1hGz9B4hzANfaAqoTAII-H4mKKTpHgQs_Mu_k4/s1600/admin_comment1.png") no-repeat bottom right')
.css('padding', '10px');
}
$(document).bind('ready scroll click', highlight);
});</script><a style="display:none" href="http://itgooglepk.blogspot.com">Blogger Widgets</a>
- Click Save
No comments:
Post a Comment