Changing post title font in blogger blogs -
Step 1: Open your blogger dashboard and select your blog.Step 2: Select Template option and click on Edit HTML option.
Step 3: Find ]]></b:skin>
Step 4: Paste any one from the following codes just above it and save the template.
Design 1:
h1.post-title
{
color:#333;
font-family:algerian,Arial;
font-weight:bold;
line-height:1.1em;
padding-bottom:5px;
text-shadow:#64665b 0px 1px 1px;
font-size:34px;
}
Design 2:
h1.post-title
{
color:#333;
font-family:bauhaus 93,Arial;
font-weight:bold;
line-height:1.1em;
padding-bottom:5px;
text-shadow:#64665b 0px 1px 1px;
font-size:32px;
}
Design 3:
h1.post-title
{
color:orange;
font-family:verdana,Arial;
font-weight:bold;
padding-bottom:5px;
text-shadow:#64665b 0px 1px 1px;
font-size:32px;
}
Design 4:
h1.post-title
{
color:red;
font-family:chiller,Arial;
font-weight:bold;
line-height:1.1em;
padding-bottom:5px;
text-shadow:#64665b 0px 1px 1px;
font-size:36px;
}
Design 5:
h1.post-title
{
color:green;
font-family:jokerman,Arial;
font-weight:bold;line-height:1.1em;
padding-bottom:5px;
text-shadow:#64665b 0px 1px 1px;
font-size:32px;
}
Customizing post titles – In the above codes change color, font-family andfont-size according to your choice.
Note: If these codes does not work with your blogger template then replaceh1 with h3 in the above given codes.





No comments:
Post a Comment
Please feel free to comment regards this post