Thursday, October 25, 2012

Customize Background of Post Title


My one of the friend ask that how to customize the background of post title like you. Customization is very important in blogger and anyone can easily customize  their blog and today we are discussing that how can we customize the background of post title. 

To customize it like us it's easy and it looks cool and looks very professional and very simple and simplest form is the very important and it gives a professional look to the visitor.

  

Live Demo




Customize Background of Post Title 

  • Login to Blogger > Dashborad
  • Click on Drop Down Menu and select Template
  • Backup your Template before making any changes to your blog
  • Now Click on Edit HTML > Proceed > Expand Widget Templates
  • Press Ctrl + F and search the code shown below. 
.post h3 {

  • Now paste below code after above code.
        background:#434343;
        color: #ffffff;
        font-size: 20px;
        font-family: Verdana;
        padding:8px 10px 8px 10px;
        text-transform:uppercase;
        line-height:1.2em;

  • Now Save your template and you are done.



If Any Problem Comes, Ask In Comments


0 comments:

Post a Comment