
- Go To Blogger > Design > Edit HTML
- Backup your Template
- Search for this,
]]></b:skin>
/*----Cool Dood Tricks Heading Tag----*/
h3{
font-family:veranda !important;
font-style:italic !important;
}
.post h3 {
color:#666;
border-left:10px solid #666;
border-right:10px solid #666;
padding:3px 5px 3px 20px;
border-radius:15px;
-moz-border-radius:15px;
box-shadow:0px 0px 13px #666;
-webkit-box-shadow:0px 0px 13px #666;
-moz-box-shadow:0px 0px 13px #666;
}
.post h3:hover {
color:#FF133F;
border-left:10px solid #FF133F;
border-right:10px solid #FF133F;
box-shadow:0px 0px 13px #FF133F;
-webkit-box-shadow:0px 0px 13px #FF133F;
-moz-box-shadow:0px 0px 13px #FF133F;
}
Note:- Delete any code inside your template that may look like .post h3
Make these changes:
- To Change font type edit verdana and replace it with any font family you like.
- To change font style replace italic with either normal or bold
- To change text color and left/right border colors in active mode then change#666 and replace it with a color of your choice
- To replace text and border colors on mouse hover then change #FF133F
- To change box shadow color in active mode change #666
- To change box shadow color on mouse hover mode change #FF133F
How to use Heading Tags inside Posts?
- Create a new post as you normally do
- Now use the following code wherever you want to add a headline
<h3>Write Headline Text here</h3>






Hi! I am Sarath S Pillai, currently live in Kerala, India. A young Web Designer, Pro Blogger, Print Media Graphic Designer & an addicted Web Developer. 

2 comments:
Thanks for sharing this nice little trick...it works perfectly.
welcome
Click Here To Add Your Comment
Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.
Note: Please do not spam. Spam comments will be deleted immediately upon our review.
Regards,Sarath S Pillai
Cool Dood Tricks