Author description

Posted in: Newspaper
Post count: 15

Hi.

Can i remove the author description in author box of an single post?

author description

Post count: 22421

Hello,
You can use a css trick to hide the description on a preferred post. You will need the post id first: http://screencast.com/t/xcvb8GZy
Then you can use the post id with css for example:
.post-3376 .td-author-description{
display:none!important;
}

Thank you!

Post count: 15

Thanks.

For all post, is this?:

.post .td-author-description{
display:none!important;
}

Edit: yes, working.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.