Today's tutorial is the most demanded and most wished but rarely answered in blogosphere. For some designers customizing the Blogger Comment Form is somehow not possible whilst for others it is tricky but from today onwards InshAllah every blogger will actually be able to customize the Blogger Comment Form in the best way possible! After some trial and errors we actually succeeded in altering Blogger’s official CSS coding. We are happy to have brought you with a tutorial that will indeed enable you to have a customized Comment Form far better than that of Wordpress, Typad etc. Please have a look at some examples below,

Now Hover Your Mouse Cursor at these comment forms for 3-4 seconds to see something different!



We hope you liked this new discovery! Lets now learn how to customize the blogger comment form/box to suit your preferences.
Adding A Customized Comment Form To Your Blog
Note:- The Following CSS code is for the Comment Form With a Baby in it. Other CSS codes will be provided to subscribers only. If you haven’t subscribed yet kindly subscribe now and inform us by leaving a comment with your Email ID.
Follow these steps,
- Go To Blogger > Layout > Edit HTML
- Check The Box “Expand Widget Templates” at the top right corner.
- Search for the code below, Tip:- Press Ctrl + f
<div class='comment-form'>
4. Replace this code with the code below,
<div id='mbt-form'>
5. Now Search for ]]></b:skin>
6. Just above ]]></b:skin> paste the CSS code below,
#mbt-form iframe{
background:#ffffff url(http://3.bp.blogspot.com/_7wsQzULWIwo/Sx1aCAx_44I/AAAAAAAACeo/HZz8QQT0etM/s400/plz-do-not-spam1.gif) no-repeat bottom right;
border:7px solid #C7C7C7;
padding:5px;
font:normal 12pt "ms sans serif", Arial;
color:#7EB2AC;
width:450px;
}
#mbt-form iframe:hover{
background:#ffffff url(http://1.bp.blogspot.com/_7wsQzULWIwo/Sx1Zs5rasXI/AAAAAAAACeg/0fBam5AkHS0/s400/plz-do-not-spam2.gif) no-repeat bottom right;
border:7px solid #7EB2AC;
}
#mbt-form a{
color:#7EB2AC;
}
7. Save your template and view your blog to see a different touch :>
Customize The Blogger Comment Form To Suit Your Blog Layout
Now Lets discuss the important areas in the CSS code above to help you customize your Blogger comment form according to your preferences.
There are three important areas, which are,
#mbt-form iframe
#mbt-form iframe:hover
#mbt-form a
Here are the details for each section
1. Customization For Active Mode
#mbt-form iframe
This part is responsible for the active appearance of comment box when mouse cursor is not hovered on it. It includes the following style properties,
background: This property is responsible for the background color, background image and background image’s position. Where,
- #ffffff : This is the background color. You can change it using our Color Chart
- url : This is the URL for the background image. I used the baby in this case. You can change this image with anything you like.
- bottom right: This positions the background image. I positioned the baby on bottom right corner. You can position the image at bottom right or bottom left or top right or top left
border: This CSS property defines the border size/width, style and color of the comment box. I have set these values for the Comment form in active mode(not on mouse over),
- border size to 7px,
- border style to solid. You can choose solid, dotted, dashed etc. See this page on border styles
- border color to #C7C7C7. Use our CSS Color Chart for using a different color.
padding: This CSS property is responsible for the distance/gap between the Comment Form border and its text area. You can increase this value if you wish to insert an image at top right or top left corner of the form.
font: This CSS property defines the boldness, font family and the size of the text. I have set the following for the text “Comment as:”
- boldness to normal,
- size to 12pt
- font family to "ms sans serif". If in case the browser doesn’t has the "ms sans serif" font then I have set Arial as a backup.
color: This property defines the color of the text “Comment as:” . Use our Color Chart for changing the text color.
width: This property sets the width of your Comment Form. You can see the comment from of my blog is wider than normal because I have adjusted its width. Set the width of your comment form a bit smaller than that of your post width. You can find your post width by finding the following code in your template (Edit HTML)
.post
2. Customization For Mouse Hover Mode
Now lets discuss the CSS properties for the form’s appearance when a mouse cursor is hovered on it.
#mbt-form iframe:hover
It has almost the same explanations for background and border as we discussed earlier. Setting these two CSS properties will effect the second image only that appears on mouse hover.
3. Customization For The Link Colors
#mbt-form a
This part defines the color of these two links -> “Sign out” and “Subscribe by email” . These links appear at bottom right corner of every Blogger Comment Form.
color: This sets the link color. Set a link color as contrast to the background color.
That’s All!
I hope this tutorial will be of great help to bloggers and designers. We request everyone to kindly link back if you wish to share this unique tutorial with your readers and friends. We thank you for your patience.
Any question is welcomed :>
|
Respected Readers:
|















37 comments:
This is something remarkable you have done mohammad! Thank you so much. I really never expected to see my own form with my own customized colours and look. I thank you so much for making it so easy.
I really don't know how to thank you except that you made my day!
Just subscribed using the ID
svwillie @ G Mail
Please sent me the code for that wooden style comment form
wonderful Mohammad
@adnan
Thanks for you subscription.
Code Sent!
@Willi @TAMIL
It is exciting to know that you guys found it interesting.
For me also please jayaraj.chinna@gmail.com
This is another cool post Mohammad.thanks
but i want to add image before comment form,just like u.plz help me with that.I am providing a image that will help u what i am exactly want.
http://i49.tinypic.com/bg6w6a.png
@Chinna
Code Sent!
@Amith
Do This,
1. Go To Blogger > Layout > Edit HTML
2. Check The "Expand Widget Templates" Box
3. Search For This, <data:postCommentMsg/>
4. Replace it with this,
<img border='0' src='IMAGE-URL-GOES-HERE'/>Confused? Feel free to ask
Remember to replace IMAGE-URL-GOES-HERE with your image link.
5. Save your template
6. Done! :>
thanks a lot. very use full
wow nice will you make one for me according to my blog please???
http://airtelcoolhacks.blogspot.com
@Sachin
Learn it your self using our HTML Editor. You will surely make one!
I not really understand about the article, i try to do myself but still can't. Can you help me?.
Please sent me the code for that baby style comment form. This is my email address ; frankiejohn4u@hotmail.com and this is my blog ; http://frankiejohn.blogspot.com/
Thanks for your loyal supports,
Frankie John
Amazing and too easy!!!
Really thanks!
@Frankie John
You will need to first subscribe by submitting your email address in the subscription form on the right sidebar. I will email you the code instantly along with instructions. TAke care :>
@voc
Thanks dear.
You got some great tips here but this is one of my favorites !
I had played around with the comment section but nothing this inventive.
Thanks.
Paul.
@Paul Crowe
You welcome Paul :>
Attach your Subscription Email ID if you wish to receive the CSS codes for other forms.
Is this really possible? Is there a way we can translate the comment form?
Of course it is possible. The examples are in front of your eyes.
Well unfortunately the comments ID names and other text data can not be translated.
can you give the css code for the 2nd one(the wood).
I have suscribed
varun419@in.com
i'll try it first...thanks
can you give the css code for the 4th one.
I have suscribed. My email: huynhathawave@yahoo.com. Thanks alot.
@varun
Just sent you the CSS codes! :>
@Viprolan
Friend kindly activate your feeds first to receive the requested code. I will email you the codes as soon as I find that the feeds have been activated.
Hi there i have subcribed to your post,kindly email me the codes,abdulrafay_789@hotmail.com
i subscribe you..and i wanna codes of this comments form
mary_3st3_tare@yahoo.com
have a nice day!
xoxo,mary ^^
i wanna mean THESE******** comments form
god! -_-'
sorry again for english
varun419@in.com
Can you please send this again to my email.I lost the one you sent me.Thanks
Hello,Anyone There,,I need This Package varun419@in.com
have subscribed and am interested in comment forms.
elizabeth_seither@hotmail.com
thanks
Is there any way to change the height? I've tried editing the height in the iframe itself and all possible classes/id's
it's driving me insane because I align my blog to a grid! :/ :p Thanks! :D ;p
punya saya form komentar nya kok malah kepotong yah waktu pas verivikasi kode nya...?? gmn tuh boss?? please share dong..
lam kenal adit
test
Thank you!!!
Hi Mohammad-
Excellent tutorial.
How would you change the color of the actual WHITE Comment form? I've actially tried adding CSS Style commands to the command-form area, and even created a CSS element to refer to 'comment-form', but I've had no luck.
I've always used a dark Blog template, so it would be great to lessen the bright contrast of White on the comment form. Or perhaps even giving it a light/pastel color to match any of the techniques you've demonstrated here. Any ideas?
Again, thanx for the tutorials here- I especially like the 'hover over' toggling.
cheers-jym
Stopped me from using Disqus. Good.
Yararlı bir paylaşım olmuş teşekkürler...
Excellent. I followed your instructions and it worked perfectly in the first try.
Thank you!!
This is awesome thank you, I haven't tried it yet but I'm excited.
In other questions...How do you make it so that when you respond your comment looks different than ours?
Your feedback is always appreciated. I will try to reply to your queries as soon as time allows.
Note:-
1. Please do not spam Spam comments will be deleted immediately upon my review.
2. For asking Off-Topic questions please comment on this page -> Blogger Help
Regards,
Mohammad