--> 6 Easy Ways To Customize Heading Style In Blogger & Wordpress – Customize Heading Tags | Experience Lab - Online business creation and development guide for bloggers and startups

6 Easy Ways To Customize Heading Style In Blogger & Wordpress – Customize Heading Tags

You must have observed the style of headings in my posts, it’s usually surrounded by two sky blue borders and have a text colour in sky bl...



Change-heading-style You must have observed the style of headings in my posts, it’s usually surrounded by two sky blue borders and have a text colour in sky blue. Styling the Headings gives an interesting and attractive look to your blog content. Readers find it more easy to locate a certain portion of your topic with the help of properly customized Headings. Further it will increase your search engine ranking because heading tags produces a really good impression on search engine robots. This tutorial is mainly for Blogspot users but some interesting styling can surely be added to Wordpress. Lets Start!







Customizing Heading Style Using Simple CSS – For Blogspot Users



I have six different Heading styles for you guys. Have a look at the video below,










Now to add one of the above Heading Style to your blogs, do the following,


  1. Go To Blogger > Layout > Edit HTML


  2. Search For ]]></b:skin>                  (Tip:- Press Ctrl + F )

  3. Just above ]]></b:skin> paste one of the codes below,



  • For Heading Style with a bottom border, use this code,




.post h3{

color:#0080ff;

border-bottom:1px solid #289728;

font-size: 12pt;

padding:2px;

}


  • For Heading Style with a border at top and bottom, use this code,




.post h3{

color:#0080ff;

border-top:1px solid #289728;

border-bottom:1px solid #289728;

font-size: 12pt;

padding:3px;

}


  • For Heading Style surrounded by borders, use this code,




.post h3{

color:#0080ff;

border:1px solid #289728;

font-size: 12pt;

padding:2px;

}


  • For Heading Style with Hover Effect, use this code,




.post h3{

color:#0080ff;

border-top:1px dotted #289728;

border-bottom:1px dotted #289728;

font-size: 12pt;

}


.post h4:hover{

border-top:1px dotted #0080ff;

border-bottom:1px dotted #0080ff;

background-color: #289728;

color:#fff;

}


  • For Heading Style surrounded by a Box, use this code,




.post h3 {

border-bottom: 1px solid #289728;

color:#0080ff;

font-size:12pt;

}

.post h3 span {

position: relative;

left: -0.3em;

bottom: -0.6em;

padding: 1px 0.5em;

margin: 0;

border: 1px solid #289728;

background-color: #fff;

}


  • For Heading Style with a side Image & Hover Effect, use this code,




.post h3 {

background: #fff url(URL OF Side Image) top left repeat-y;

font-size: 12pt; 

color: #0090ff;

padding:28px 0 0 44px ;

}

.post h3:hover {

color: #289728;

}


Make Sure you replace URL OF Side Image with Image Link of your preferred side image. This image can be 45px by 45px in size or even smaller. I have used the following image in the video above –> tnt


      4.     Now Finally save your template.





Customization and Implementation Of The CSS Code For Headings


Customization:- 

All the CSS codes above use simple properties which are described below,

1.   For Changing border width, style and colour edit codes like this one,

border:1px solid #0080ff

Here 1px refers to border thickness/width and solid refers to border style and the six digit number refers to border colour. You can change border style from solid to dotted or dashed. I like border style to be dotted because it gives a light appearance.

You can use our CSS Colour Chart for getting the six digit number for your desired colour

2.    For Changing Font Size, edit codes like this one,

font-size:12pt 

If you want the text size to increase or decrease than respectively increase or decrease this value 12pt

3.    To Change Font Colour, edit similar codes like this one,

color:#0080ff

You can use our CSS Colour Chart for getting the six digit number for your desired colour

Implementation:-

Now Whenever you write a heading in your post inside blogger editor, simply add the following pieces of codes next to your heading,


<h4> Your Heading Goes Here </h4>

See a screen shot below,

Update: In the image below I have mistakenly written


,


tag please convert it to


and


respectively. 


example-image-for-heading-style

This can be done both in compose or HTML mode.

For Heading Style Surrounded By a Box you will need to add slightly different code as shown below,


<h4><span> Your Heading Goes Here </span></h4>

We only need to add an extra span tag (i.e:- <span>) for the box to appear.

That’s All!

Note:- Changes Will Not Appear inside Blogger Editor or on previewing. You will only see a bolded black text inside blogger editor. The styling will take effect only when the post is published.


Customizing Heading Style Using Simple CSS – For Wordpress Users


To be honest I really hate wordpress because it has nothing interesting for new web designers like me. It uses complex php script that few understands and also has a complex CSS editing option that has never went through my throat. If you are an expert wordpress user then you can use the blogspot method above to style headings in your wordpress template but if you find it difficult to edit wordpress style sheet like me then you can adopt a simple way as described below.

We can only apply three out of six Heading style methods to wordpress which are,


  1. Heading Style with a bottom border


  2. Heading Style with a bottom border and top border

  3. Heading Style surrounded by borders


To apply any of the heading style above, do this in your Wordpress Editor,


  1. In the visual mode of your Wordpress editor first write a heading


  2. Now switch to the HTML mode and enclose your heading with the following code,



  • For Heading style with a bottom border, use this code,




<h3><div style="color:#0080ff; border-bottom:1px solid #289728;

font-size: 12pt; padding:2px;">Your Heading Goes Here</div></h3>


  • For Heading style with a bottom border and top, use this code,




<h3><div style="color:#0080ff; border-top:1px solid #289728;

border-bottom:1px solid #289728; font-size: 12pt; padding:3px;">Your Heading Goes Here</div></h3>


  • For Heading style surrounded by borders, use this code,




<h3><div style="color:#0080ff; border:1px solid #289728; font-size: 12pt; padding:2px;">Your Heading Goes Here</div></h3>

The green text is where your heading must lie and the bolded black text is the code that should surround your heading. Now once you have added the codes correctly, simply switch to the visual mode and you will see the heading style in action! See some screen shots below for heading style surrounded by borders,

First enclose your heading with html codes above in the html mode,

Update:
In the image below I have mistakenly written



,


tag
please convert it to


and


respectively.  



wordpress-editor---html-mod



Then press the visual button to see the effect live!

wordpress-editor--visual-mo

To customize the styles read the customization guide for blogspot users

Hope it was clear :>>

COMMENTS

Name

Affiliate Marketing,12,Announcement,34,Bing,9,Bitcoin,38,blog,7,Blogger Resources,42,Blogger Templates,4,blogger tricks,156,Blogging ethics,70,Blogging tips,198,Bugs and Errors,34,Business,9,Copyright Violation,9,CSS and HTMLTricks,95,Designs,8,drop down menu,7,eBook,12,Email Marketing,7,Events,30,Facebook,30,Facebook tricks,49,Google,157,Google AdSense,42,Google Analytics,7,Google Plus,51,Google Plus Tricks,38,Guest Posts,112,home,2,How To,77,Internet,1,JSON Feeds,25,Kitchen Recipes,2,Label Based Sitemap Themes,1,Make Money Online,108,Marketing,16,MBT Blogger Templates,7,Menus,1,News,146,Pages,1,Posts,10,presentations,15,Responsive,10,Reviews,7,SEO,307,Settings,6,Shortcode,15,Sitemap Themes,1,Social Media,155,Technology,7,Templates,1,Tips,2,Tools,1,Traffic Tips,80,Video,19,Web Designing,62,web hosting,18,Webmaster Tools,97,Widgets,199,wordpress,26,
ltr
item
Experience Lab - Online business creation and development guide for bloggers and startups: 6 Easy Ways To Customize Heading Style In Blogger & Wordpress – Customize Heading Tags
6 Easy Ways To Customize Heading Style In Blogger & Wordpress – Customize Heading Tags
http://lh6.ggpht.com/_7wsQzULWIwo/SwP5hCByUXI/AAAAAAAACNE/wwVA9IQf3iw/Change-heading-style%5B3%5D.gif?imgmax=800
http://lh6.ggpht.com/_7wsQzULWIwo/SwP5hCByUXI/AAAAAAAACNE/wwVA9IQf3iw/s72-c/Change-heading-style%5B3%5D.gif?imgmax=800
Experience Lab - Online business creation and development guide for bloggers and startups
https://www.experiencelab.info/2009/11/6-easy-ways-to-customize-heading-style.html
https://www.experiencelab.info/
https://www.experiencelab.info/
https://www.experiencelab.info/2009/11/6-easy-ways-to-customize-heading-style.html
true
2959477579779989044
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share. STEP 2: Click the link you shared to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy