-moz-user-select:none; -webkit-user-select:none; -khtml-user-select:none; -ms-user-select:none; user-select:none;
Subcribe to our RSS feeds Join Us on Facebook Follow us on Twitter Add to Circles

30 November 2014

Customize post titles in blogger

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:

Change post title font in blogger
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:


Custom post titles in blogger
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:


Customize post titles in blogger
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:


Post title font in blogger
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:


Change post title font in blogger
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







Blogger Widgets