Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel





seo How To Add Each Blog Post in Separate box 2013

Seo Master present to you:
Add Each Blog Post in Separate box:-In many Blogger Templates you may have seen that there is not a separate box for every Post,but each post is completely shown as in Dynamic Blogger Templates.Here we will show you How to Add Each Post in a Separate Beautiful Box along-with many Color Schemes.Actually this hack can be applied by using CSS ,Applying this hack each post will be shown in a separate box and when ones hover mouse it will change the Border Color and When Again Hover it will automatically again change the Color.Now How to do it,Let me Elaborate it in some easy steps.
How To Add Each Blog Post in Separate box

How To Add Each Blog Post in Separate box

  • Go To Blogger.com
  • Sign in There and Go To Blogger Dashboard
  • There Click on Template
  • Then Click On Customize
  • After that Click On Advanced Option
  • And Then Select CSS(i.e Add CSS)
  • Now Copy the below Code and paste it over there.
.post {
background:#FFFFFF;
border: 2px solid #000000;
padding-right:7px;
padding-left:7px;
}
.post:hover {
border: 2px solid #FF0000;
}
.post:active {
border: 2px solid #0004FF;
}
  • That's it
Customization :- If You are interested in Changing the background Color then Replace #FFFFFF with Your Own Color Code.And If you want to change the Border Color then Change #000000 #FF0000 #0004FF  to Your Desired Color Code

How To Add Each Blog Post In Separate box
Last Reviewed by The Gameron October 29 2013
Rating: 4.5
2013, By: Seo Master

Labels: ,



Leave A Comment:

Powered by Blogger.