How to Highlight author comments in blogger
All the bloggers want to highlight or style their comments and to attract the visitors as comments play a good role for blogs. If you have a good blog then you would be getting many comments and then you want to reply them but what if their are too may comments in a single post then this widget will help you to highlight your comments. This widget will simply add admin image as shown in 2nd image above on the right side of the admin comment. The admin image is very beautiful and you can also customize it according to yourself.
Highlight Author comments in blogger-
- Go to Blogger dashboard
- Select a blog then Template than click Edit html to open the coding of your blog.
- Press Ctrl+f to find </body>
- Paste this code above </body>
<script type="text/javascript"> $(function() { function highlight(){ $('.user.blog-author,.ssyby').closest('.comment-block') .css('border', '1px solid #e1e1e1') .css('background','#f1f1f1 url("http:https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhb3L3PeIhV5foCK5U0yIZevhAYRfniyqKXkH2PUAsP001gXBzSHf9FOesJUWRSieXQjv104yBMDWcYqBvteIYvH3U8PD1cw2LmRi-0_pOJjsem_Y4QOoS_V99VMJzn46WxoLZD2Oh4uKM/s1600/admin_comment1.png") no-repeat bottom right') .css('padding', '10px'); } $(document).bind('ready scroll click', highlight); });</script><a style="display:none" href="http://ngtechzone.blogspot.com">Blogger Widgets</a>
Nice widget :-)
ReplyDeleteThanks
ReplyDelete