Making Your Blog Comments more Colorful!

Add some Pizazz to your boring Comments

 This tutorial will show you how to make your comments stand out from the crowd and boost your blog’s visual impact.

InstaBloke readers have been asking me how I was able to add colorful backgrounds to the comments section in my blog.

Ask and ye shall receive. Today I’m going to show you how to do just that, and it’s so easy you’re going to kick yourself for not doing it sooner.

This tutorial will show how to do it for New templates, but the principle is the same for all you users out there.

So why would you want to do this? Well, for starters most of the professional blogs do it because they know that colorizing the comments section will make their blog stand out more for the same reasons why you would use bold or italics to emphasize specific words in your posts.

Anything that adds impact to your blog will make it more memorable and encourage readers to come back and participate in the community, and nothing adds more pizazz than a splash of color so let’s go for it shall we.

Go into your and click on the Layout, Template sections. Then click on Edit HTML and be sure to put a checkmark in the little Expand Widget Templates box as well.

Scroll down your CSS styles section and look for the  that refers to your comments section. In my case it looks like this:

.comment-body; {

This is the section that formats where my readers can add their comments. So all you have to do is add another line of there to tell it what the background color should be. My color presently looks like this:

background:#FDF3E1

Where #FDF3E1 represents the HTML color that I’m currently using. Now don’t despair if you don’t know which color  you want to use. Just download this free software program (I use the standalone zipped version that doesn’t require an installation) and drag the little eyedropper over to a color that you like and ouila!

So in my case the CSS style that I’m using looks like this:

.comment-body {
margin:0 0 1.25em;
padding:0 0 0 20px;
background:#FDF3E1; }

Now do the same thing and scroll to the CSS style section where your own comments will go (you will find it close to the above ). It should look something like this:

.comment-body-author; {

Ok, now add the same CSS style as you did above but with a different color of course. In my case the color that I’m currently using is #E1EAFD, and it looks like this:

.comment-body-author {
margin:.5em 0;
padding:0 0 0 20px;
background:#E1EAFD; }

And that’s it! Hard eh? So why don’t you give it a try and add some pizazz to your blog with your own colorful comments.

More great reading:

with your friends if this article has helped your blogging experience


Share this Don't Miss Another Blog Tip! Subscribe to the Newsfeed Today Blog Bloke Newsfeed
In appreciation to loyal commenters "nofollow" has been removed and your links will be followed by the search engines. Leaving your comments here will improve your Web Presence and Page Rank. While you're here feel free ask me a question or if there is another blog tip you want me to write about. Don't forget to read the comments policy and thanks for reading Blog Bloke. Cheers!

13 Blokesters have responded to “Making Your Blog Comments more Colorful!”

  1. MyAvatars 0.2

    This is just what I was looking for. Thanks… Jason

  2. MyAvatars 0.2

    I’m happy to see you’re out of the hospital and back to yer ol blogging tricks!

    Nothing can keep ya down
    Nary a frown
    For it’s back to blogging ya go (sung with a merry whistle!)

    The Best from Blondie

  3. MyAvatars 0.2

    I love it!

    Worked wonderfully…

    Thanks much, Blog Bloke.

    Paula

    p.s. I hope your hospital thingee went well.

  4. MyAvatars 0.2

    You’re welcome Paula. I had you in mind when I wrote it.

  5. MyAvatars 0.2

    I’m missing ya Bloke! Twitter if you can! Sending you healing thoughts!

  6. MyAvatars 0.2

    Good to see up and about blogging again. I’ve added you to our blogroll - you have a great blog.

  7. MyAvatars 0.2

    Hi everyone!

    I’ve been dwelling in the house of pain having complications from the surgery, and I have to go the hospital again tomorrow morning.

    My computer also suffered a catastrophic crash that I haven’t had the strength to work on. I’ve set up another hard drive today but I’m so weak and the pain might keep me from blogging for awhile yet.

    The good news is I’m alive and I’m hoping that I can crawl out of this hole soon.

    It’s true when they say you can tell who your real friends are when you’re at your lowest.

    I really, really miss all of you and being online blogging.

    Cheers!

    …BB

  8. MyAvatars 0.2

    May you have a complete and speedy recovery.

  9. MyAvatars 0.2

    We’re holding down the (blog) fort for ya! So glad you’re doing better. Too bad about your computer.

  10. MyAvatars 0.2

    Tanks ;-)

  11. MyAvatars 0.2

    I having a problem with the author color. Every comment is the same color, there is no distinction.

  12. MyAvatars 0.2

    Curtis, make certain that your template has been saved after the changes. Sometimes if you’ve made an error with the syntax Blogger won’t let you save.

    Try cutting and pasting directly from this post instead of keying it in.

    After that, hit the refresh button on your browser (Ctrl-F5). If it still doesn’t show then keep fiddling with the code.

    It will work, but be patient.

  13. […] […]

What do you think? Leave a Comment and join the conversation...

Subscribe to RSS comments on this post | TrackBack URL

You can use these XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong> Click on the ยป tab above for more

I love comments and I'm looking forward to reading yours. Thanks for dropping by and don't forget to subscribe to the newsfeed Subscribe to my Newsfeed. Cheers!

Warning: Missing argument 1 for __(), called in /home/bloke/public_html/wp-content/plugins/podpress/podpress.php on line 401 and defined in /home/bloke/public_html/wp-includes/l10n.php on line 30