Blogger Comment Box Series
2. Comment Form with Black Background Theme - Just like ours!
NOTE: The custom codes styles discussed below are the most I could try. No further customization could be applied like changing the font size and color inside the comment box though I managed to change the text and link color outside the text area. Hope you will like it.
Apply Black theme To Comment Box
- Go To Blogger > Design > Edit HTML
- Backup your template
- Click the "Expand Widget Templates" box
- Search for this,
]]></b:skin>
5. Just above it paste this code,
#mbt-form iframe{
background:#ffffff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEirhrWVSly4bnqvHswyofPv_UHIzmITvBsNvQuIyhDYJk5m8lDb5U-XhWZy5vFlNeHzwWyhGgPp2_4sn_731L17m5aWCwYkN7BA5ZdMRp2ZJ0SuDE3YlA7PgpGOc6pWymjJuqfhjRK1ZGki/s400/11.png) repeat-x;
border:1px solid #ddd;
-moz-border-radius:6px;
-webkit-border-radius:6px;
box-shadow: 5px 5px 5px #CCCCCC;
padding:5px;
font:normal 12pt "ms sans serif", Arial;
color:#2F97FF;
width:560px; height:213px !important;
}
#mbt-form a{
color:#fff;
}
To change the color of the text "comment as" simply edit 2F97FF and to adjust the width of the box then edit width:560px Leave other things as it is for better and clean look.
6. Next search for this,
<div class='comment-form'>
7. Replace it with the code below,
<div id='mbt-form'>
8. Save your template and you are all done!
Outcome:
More variations will be released soon. If you wish you can check my old tutorial for previous design codes. We are designing some unique patterns and I am sure you will like them. For the time being I would rather prefer keeping you all a little thirsty for new designs to arrive. Till then enjoy this new look of your comment forms. Have fun buddies! :)