One of the major drawback of Blogger is very much related to its template. The official Blogger template have not creative appearance as in Wordpress. So by going through this tutorial you can make your template to look more professional by modifying its comment form. Generally most of the people find difficulty in customising the odd look of Blogger comment form due to this their comment form doesn’t attract visitors by its appearance. So today I am going to explain you how you can customise the odd look of your Blogger comment form using css.
How to Modify Blogger Comment Form:-
- Login to Blogger Dashboard.
- Go to Design / Edit HTML.
- Click "Expand Widget Templates".
- Download full template before making any changes in it.
- Search (ctrl+f) ]]></b:skin> in template.
- Paste ( Place) the following code just above (before) it.
/* code written by internetricks4u.blogspot.com */
#bit-form iframe
{background:#ffffff url repeat;
border: 1px solid #ddd;
padding:5px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
box-shadow:5px 5px 5px #cccccc;
font: normal 12pt "ms sans serif " , Arial;
width:560;
color:;
height:213px;
}
#bit-form a
{
color:#fff;
}
Note:-
- Replace with any of the background pattern that you want to display just behind the comment form.
- To change the color of "comment as", simply change with any hexadecimal color code ( for complete list of hexadecimal color code click here ).
0 comments:
Post a Comment