How to make First letter larger in post in Blogger:

22:10 AUXINS 0 Comments

                             
Hai everyone once again welcome in K7bloggertips so today I will tell you how to make first letter larger in post in Blogger platform,So adding this effect in post male it look dashing and awesome.So the question is how to add this effect in blogger in Post.

             STEPS TO FOLLOWED BY YOU:

  1. Go to Blogger dashboard
  2. Then Click on Template  then click on Edit HTML  button.
  3. Now search for </b:skin> in the template.
However make sure you have change the "post-outer" section below if your template has a different
 class name.You can also customize the CSS codes to make it look according to your template design or even better.
 


.post-outer:first-letter {
    float: left;    font-size: 4em;    color: #111;    margin-right: 0.10em;    line-height: 90%;    text-shadow: 0.05em 0.05em #C0C0C0;}

0 comments: