Author Card Customization

Posted in: Newspaper
Post count: 43

Hello,

I added the code below to hide the post counter in the author card.

.td-author-posts .td-author-posts-count {
display:none;
}

It didn’t work. Appreciate your suggestion to resolve the issue.

Thanks,

Nik

Post count: 22421

Hi Nik

The code works on my end: http://screencast.com/t/fSjoHGhS
Please check your theme panel-> custom css section and make sure your previous code is properly closed
Also make sure you clear cache and reset cdn files as the code is the correct one for removing the comments.
Try it with chrome;s live css extension to see if the code works. If it doesn’t please provide a link to your site so i can inspect it.

Thanks.

Post count: 43

Hi Bodgan,

Thanks for your quick reply. I used the code below, and it removed the post count.

.td-author-counters .td-author-post-count {
display:none;
}

Cheers,

Nik

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