Hide author avatar in author card

Posted in: Newspaper
Post count: 17

Hi – is there a way of hiding the author image/avatar in the author card, and not leaving a gap where the image would be? I can easily hide the image with CSS but of course there’s a hole where it went, which looks a bit silly.

In addition – would it be possible to hide (and not leave a gap) *only* if no image/avatar is set?

Thanks!

Post count: 1

+1

i need this too!

//edit: oh sorry I need this for newsmag!

  • This reply was modified 8 years by noffice.
Post count: 1043

For Newspaper, us this code

.author-box-wrap .avatar {
    display: none;
}
.author-box-wrap .desc {
    margin-left: 0px;
}

The same should work for newsmag. Paste the code in the custom css section.

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