Posts

Showing posts with the label copy/paste

How to add more widget areas to footer in blogger ?

How to create three widgets footer in blogger? To install the three widget footer in blogger, you have to first declare the widget area’s in the blogger template. Therefore, go to  Blogger >> Template >> Edit HTML >>  and search for the ending  </body>  tag and just above it paste the following piece of coding: <div id='footer-widgets-container'> <div id='footer-widgets-containerback'> <div class='clearfix' id='footer-widgets'> <div class='footer-widget-box'> <ul class='widget-container'> <li> <b:section class='footersec' id='footersec1' showaddelement='yes'>   <b:widget id='HTML15' locked='false' title='' type='HTML'>     <b:includable id='main'>   <!-- only display title if it's non-empty -->   <b:if cond='data:title != &quot;&quot;'>     <h2 class='title...

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