this article will help you to make beautiful comment box using css If you like to change your blogger comment form appearance,simply follow the steps below
Note:You can colors,width,height,.... as your choice and also can add background images for your comment form. putin your image url here url(Yoururl.com/pic)
1.Login to your blogger dashboard--> layout- -> Edit HTML
2.Press CTRL+F And Find ]]></b:skin> tag .
3.Copy below code and paste it just before the ]]></b:skin> tag .
#comment-form iframe{
background:#7f9db9 url() no-repeat bottom right;
border:7px solid #eeeeee;
padding:5px;
font:normal 12pt "ms sans serif", Arial;
color:#000000;
width:95%;
height:250px;
}
#comment-form iframe:hover{
background:#7f9db9 url() no-repeat bottom right;
border:7px solid #bababa;
}
#comment-form a{
color:#ffffff;
}
Result Of Above Code
Now save your template.You are done.
No comments:
Post a Comment