Add Slide Bar Style in Blogger


Posted by: Unknown on Sunday, October 6, 2013
How to add:

    1. First of all go to blogger and login your account
    2. Now go to template section and backup your template
    3. Now click on Edit HTML and search for <b:skin>...</b:skin>


   



   4. There hit the arrow icon and it will be expanded
   5. Now add the following code above ]]></b:skin>

   --------------------------------------------------
    h2{
    background:#FF6600;
    padding:8px 0 8px 0px;
    font-size:12px;
    font-family: Arial, Sans-serif, Helvetica;
    font-weight:bold;
    text-align:center;
    text-shadow: 1px 1px 1px #2a2b2b;
    text-transform:uppercase;
    color:#ffffff;
    border: 0px solid $(image.border.color);
    box-shadow: 0px 1px 3px #999999;
    }

  --------------------------------------------------
    6. Click on Save Template 

No comments:

Post a Comment