Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #16164
    Templatesyard
    Participant

    I use Minimal Clear Blogger Template. I’ve been trying to remove “About Author” on the bottom of the post but so far nothing works. Could you tell me how?

    #16169
    Gooyaabi
    Keymaster

    Go to blogger Dashboard >> Template>> Edit HTML and now remove the coding

    					<!--author biography start-->
    					<div class='post-author'>		
    						<div class='author-img'>
    							<!-- avatar of author here-->
    							<img alt='' class='avatar avatar-100 photo' height='100' src='http://elegance.demo.yeahthemes.com/wp-content/uploads/2015/03/me.jpg' width='100'/>
    						</div>	
    						<div class='author-content'>
    							<h5><a href='' rel='author' title='Posts by solopine'><data:post.author/></a></h5>
    							<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor Aenean massa.</p>
    							<a class='author-social' href='Facebook link goes here' target='_blank'><i class='fa fa-facebook'/></a>		
    							<a class='author-social' href='Twitter link goes here' target='_blank'><i class='fa fa-twitter'/></a>	
    							<a class='author-social' href='Instagram link goes here' target='_blank'><i class='fa fa-instagram'/></a>	
    							<a class='author-social' href='Google plus link goes here' target='_blank'><i class='fa fa-google-plus'/></a>	
    							<a class='author-social' href='Pinterest link goes here' target='_blank'><i class='fa fa-pinterest'/></a>	
    							<a class='author-social' href='Tumblr link goes here' target='_blank'><i class='fa fa-tumblr'/></a>
    						</div>
    					</div>			
    					<!--author biography end -->

    Finally click save

    #16171
    Templatesyard
    Participant

    Based on my search using CTRL F to find “author”, I only found the coding below and I have removed it but the “About Author” still appears on the post as you can see in this link http://vivalushlips.blogspot.com/2015/02/cactus-session-on-the-weekend.html

    /*** Post author ***/
    .post-author {
    margin-bottom:80px;
    margin-top:70px;
    overflow:hidden;
    border-bottom: 1px solid rgba(34,34,34,0.1);
    padding-bottom: 40px;
    margin-bottom: 40px;
    }

    .author-img {
    float:left;
    margin-right:30px;
    }

    .author-img img {
    border-radius:50%;
    }

    .author-content h5 a {
    font-size:14px;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:8px;
    color:#000;
    display:block;
    }

    .author-content p {
    margin-bottom:8px;
    }

    .author-content .author-social {
    font-size:14px;
    color:#bbb;
    margin-right:8px;
    }

    #16172
    Templatesyard
    Participant

    After searching again, down far I found the coding you mentioned. “About Author” is gone now. Thank you for helping :)

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.