What is Blogger Post Title?
Today I am going to teach you how to customize post titles in blogger. The blog post title is a short informative sentence that tells users about what questions you are answering and Provides information for a specific Content. Which will help to make decisions for users to read your content if it’s informative otherwise they don’t click which is worth their time. So, you can say the Blog Post title is a keyword for your entire Blog Post.
I strongly recommend all users for not create a title of your first blog post which is off the topic.It confuses google and high chance to never come again and which may decrease your traffic sources and viewers.Your entire blog must be discussing sub topic of your main target content /keyword so as not to confuse google what your blog post is about.
How to Customize Post Title in Blogger?
First of all, before Customizing your post title you should make a decision to change your post title because it applies to all posts. Then choose your favorite design and customize your Blog. For this follow a few steps :
Step 1: Go to your Blogger dashboard and select the Blog that you want to Customize
Step 2: Go to Theme Option on the left side of your Blog dashboard
Step 3: Select the Template option and click on Edit HTML
Step 4: Press CTRL+F button from keyboard for search ]]></b:skin> and Find it .
Step 5: Paste anyone codes as per your choice just above ]]></b:skin>
Step 6: 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;
}
Note:
1.you can Customize post titles: On the above codes you can change color, font size, font style as per your own choice
2. If the above codes do not work for your blogger template then simply replace h1 with h3.
Post Views: 715