How to Remove Drop caps in blogger theme (First Letter of the Post)

How to Remove Drop caps in blogger Notable theme. 

(The first letter of blog the post is bigger, larger .)



Go To Your Theme > Customize > Advanced > Add CSS > add the CSS code below ;

body.item-view .Blog .post-body::first-letter{
  float: none;
  font-size: inherit;
  font-weight:inherit;
  line-height:inherit;
  margin: 0;
}

click Apply to Blog



Ads