Monday 28 November 2016

Admin

Remove About Author Box From Vienna Lite 2 Template

To Remove About Author Box From Vienna Lite 2 Template:

  1. Log into Blogger account
  2. Go to Template>Edit HTML
  3. Click in the HTML code box and Press ctrl+F for search
  4. Copy and Paste following code in Search bar and Press Enter
  5. Then remove this code and Save it.
<div class='authorboxwrap'>
<div class='authorboxfull'>
<div class='avatar-container'>
<a href=''>
<img class='author_avatar img-circle' expr:alt='data:post.author' expr:src='data:post.authorPhoto.url' height='96' width='96'/>
</a>
</div>
<div class='author_description_container'>
<h4><a href='#' rel='author'>Author : <data:post.author/></a></h4>
<p>
<data:post.authorAboutMe/>      
</p>
</div>
</div>
</div>

Subscribe to this Blog via Email :