Make First Letter Of Post Large In Blogger

Make first letter capitel
Most of the magazines and newspapers uses this popular effect by increasing the size of the first letter of the Paragraph.Also you can see it in many blogs and websites.Most of the people also called it drop cap or newspaper effect. It provides an attractive look to your reader about the content. If you are also want to apply it on your Blog then you have to edit Blogger Template and add a small CSS code inside it then every first letter of post will automatically increase .You can even change the color,font and size of the first letter.So lets start to add this widget on the Blog.

How to Make First Letter Large:-

  1. Login to your Blogger Dashboard.
  2. Go to Edit HTML /  Design.
  3. Backup your Template, it is very necessary.
  4. Click "Expand Widget Templates".
  5. Find ]]></b:skin> (ctrl+f) in Blogger template.
  6. Paste the following code directly above it.

/* widget created by techdigg.in */p:first-letter {
display:block;
margin:5px 0 0 5px;
float:left;
color:#0033CC;
font-size:60px;
font-family:Georgia;
}

  1. Finally save your Template.
Note:-
  • To change the color of first letter simply change #0033CC.
  • To increase or decrease the size change 60px.
  • To change the font simply change Georgia.
That's it now you have done with this cool suff. Some people feel some trouble in Placing the code if you are one of these then make comments.

2 comments:

  1. Replies
    1. I think you are using default blogger template bro.Try a custom template and it will work for you surely.

      Delete