How To Customize Blog Post Headings With Extra CSS In Blogspot?

The Question Is How To Customize Blog Post "Heading, Subheading, Minor heading" Formats With Extra CSS In Blogspot To Spice Up Your Blog?
The Blogger post headings of article is one of many important factors in order to encourage readers on reading our blog articles. That's because the Blogger headings title is the first thing that visitors will see at the first time when landing to your blog post. So, no wonder that many bloggers i've met around the blogosphere always maximize the interface of blogger post headings of their blogs.

There are many benefits that we can get if we can maximize the interface of the Blogger post title, and one of those benefits is to increase the number of pageviews of our blog. Interested to style the Blogger post title in your blog into the CSS Capitalize, Uppercase or Lowercase character with the CSS property "text-transform", here's how to do that..

In this tutorial, I'll tell you how to fully customize the post headings title font by going to Advanced that is generally three, Heading Means <h2>, Subheading Means <h3>, Minor heading Means <h3>.

Many of the templates both from the Blogger template designer and Custom templates leave the post headings fairly standard.When it comes to fonts, sizes, colors etc.. the headings titles on almost all blogs have the same design. But you can add some spice to your post headings titles without too much hard work and adding even a few minor customizations can make all the difference. Every Blogger template has a small piece of Css that controls how the Post Headings titles appear and by adding or changing small pieces of code we can change the appearance.

So in this post among other changes to your blog post headings titles we will see, How To Add CSS, Change The Size, Change The Color, Change The Background Color or add A Background Image, Change The Font Family and more..
First make sure to back up your template, I'm sure you wont make a mistake but just in case.With that done lets look at some of the effects we can add to Blogger post titles.

Features:

1.) You Can Spice Up Your Blog Post Headings Formats Only.
2.) Full CSS Support/Code.
3.) Easy To Add And Awesomer In Look.
4.) Can Add Every CSS Property.
5.) It Will Be Displayed On Every Places, Labels Page, Main Page, Search Page, Article Page.
6.) Best For SEO And SMO.
7.) Heading Means <h2>, Subheading Means <h3>, Minor heading Means <h3>
8.) You Can Also Change Or Add Extra CSS.
9.) Quick To Load And Small In Size.
10.) Cool Codes With Optimization.

How To Add In Blogspot?

1.) Go To Your www.blogger.com
2.) Open Your Desire Blog.
3.) Go To Template.
4.) Click "Edit HTML".
5.) Now Find "]]></b:skin>"
6.) Now Copy The Below Code And Paste Before It.
7.) Customize It.
8.) Click Save, Now You Are Done.


"Heading" CSS Code:

.post h2 {
padding:5px;
font-size:20px;
font-style:bold;
font-style:italic;
border-top-style:dotted;
border-bottom-style:dotted;
//Your Extra CSS Here//
}

"Subheading" CSS Code:

.post h3 {
padding:5px;
font-size:16px;
font-style:bold;
font-style:italic;
border-top-style:dotted;
border-bottom-style:dotted;
//Your Extra CSS Here//
}

"Minor heading" CSS Code:

.post h4 {
padding:5px;
font-size:12px;
font-style:bold;
font-style:italic;
border-top-style:dotted;
border-bottom-style:dotted;
//Your Extra CSS Here//
}

Customization:

1.) Change The CSS Codes With Your Desire.
2.) Add Extra CSS In Space Of //Your Extra CSS Here//.
3.) Feel Free To Ask More.

0 comments:

Post a Comment

 
Top