Changing Design Of Your Comment Box



Blogger has amazing features except it's comment box. But don't worry now you can change background and design it as you wish.You can also add a image as background image. Today I am going to tell you how to  changed your comment box for your blog. Installation of this is to easy and takes only 2 - 5 Min. Let's see how to add it to your blog.....


How to customize blogger comment box - 


  1. Go to Blogger Dashboard > Design Edit Html.
  2. Now find ]]></b:skin>
  3. Paste below code just above ]]></b:skin>.

#btsnts-cbox iframe{
background:#ffffff url(IMAGE-LINK) repeat;
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;
}

#btsnts-cbox a{
color:#fff;
}

  • Now Search For <div class='comment-form'> and Replace it with the code below.
<div id='btsnts-cbox'> 


Now save your template,and refresh your blog page..... 

You may like these posts