Tuesday, November 26, 2013

// // Leave a Comment

How To Customize Blog Post Sub Heading & Minor Headind

How To Customize Blog Post Sub Heading & Minor Headind

Hi, After write my previous articles today i am gonna share how to customized blog post sub heading and minor heading.

Just Follow This Step

  • Login your blogger account
  • Click on Template
  • Edit Html
  • Expand Widget Template
Now find this code
]]></b:skin>
After finding the this code paste the following codes before ]]></b:skin>

Subheading Code


/**Subheadng by www.tonyisright.blogspot.com**/
.post h3 {
background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJd6hRxX4-ajfSvd3XY-v3j0rEIV5SClVHYgrMsps6V__8PmM53rVLyWpNfZJdEN7Pg9QtOZ7kPP3-bODH5rd2WviGDfg5kVHf9JMPkdvg9nwdQ1aQvaDAFelfibzVhOGQtBlnequpK2c/s400/BS%252BPostTitle%252B1.png") no-repeat scroll 4px center transparent;
font-size: 20px;
font-family: "Trebuchet MS",sans-serif;
text-align: left;
font-weight: bold;
width: 570px;
padding: 3px 10px 3px 30px;
color: rgb(165, 165, 3);
border: 3px solid rgb(200, 200, 0);
text-shadow: 0px 1px 0px rgb(204, 204, 204);
border-radius: 60px 60px 60px 60px;
box-shadow: 0px 1px 3px rgb(198, 198, 198), 1px 1px 0px rgba(255, 255, 255, 0.4) inset;
margin: 15px 3px;
text-transform: uppercase;
line-height: 1;
}

Change the Blue color URL with our desire icon and save the template.

Minor Heading Code

/**Minor Heading by www.Tonyisright.blogspot.com**/
.post h4 {
background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7OdXAfzvc3ZE2hcABIByAaskZjxS-h7f8qT_xmVS0oNRYlhwb4Vx7yDYQwN3TjIS2wjfGetc14SsvQCzPBAM9AmcihSSleuXUsyo_SPmKL78X8ejSVyfZTjrd_qF6P5xBeKQvlZ7kUBQ/s400/BS%252BPostTitle%252B2.png") no-repeat scroll 5px center transparent;
clear: both;
color: rgb(102, 45, 45);
font-family: "Trebuchet MS",sans-serif;
font-size: 20px;
font-weight: bold;
line-height: 1;
margin: 10px 5px;
padding: 6px 10px 2px 40px;
text-transform: none;
text-shadow: 0px 1px 0px rgb(204, 204, 204);
}

Change the Blue color URL with our desire icon and save the template.

you have done. !

If you need any help please comment below and keep visiting.

0 comments:

Post a Comment

Confused? Don't hesitate to ask We love to hear your feedbacks and suggestions. We will try our best to reply to your queries as soon as time allows.

Note: Please do not spam. Those type of comments will be deleted upon our review.