Normal Mode
Hover Mode
Active Mode
Follow the Below Steps:
- Login to your Dashboard.
- Got to Templates--->Edit Html.
- Find for ]]></b:skin> tag.
- Copy and paste the below code before/above ]]></b:skin> tag.
.comment-form{
text-shadow: 5px 5px 5px #FF0000;
background-color:yellow;
-moz-box-shadow: 10px 10px 5px #888888; /* Firefox 3.6 and earlier */
box-shadow: 10px 10px 5px #888888;
padding-top:5px;
padding-bottom:5px;
padding-right:10px;
padding-left:10px;
border-style:inset;
border-width:5px;
transition: background-color 1s;
-webkit-transition: background-color 1s;
-moz-transition: background-color 1s;
-o-transition: background-color 1s;
-ms-transition: background-color 1s;
}
.comment-form:hover{
background:#FFB200;}
.comment-form:active{
background-color: CornflowerBlue ;
}
Now, Click on Save the Template.
It's Done.
It's Done.
Categories:
Blogger Tricks
,
Comment Styles
0 comments:
Post a Comment