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:-
- Login to your Blogger Dashboard.
- Go to Edit HTML / Design.
- Backup your Template, it is very necessary.
- Click "Expand Widget Templates".
- Find ]]></b:skin> (ctrl+f) in Blogger template.
- 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;
}
- 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.
Not working for me :(
ReplyDeleteI think you are using default blogger template bro.Try a custom template and it will work for you surely.
Delete