picom Active member Sep 29, 2018 #1 Is there any way to remove the avatar from new posts? I want to keep Avatars inside posts but no need for the index page. Thanks
Is there any way to remove the avatar from new posts? I want to keep Avatars inside posts but no need for the index page. Thanks
Russ Well-known member Sep 29, 2018 #2 Place this in extra.less: Code: .structItem-cell.structItem-cell--icon { display: none; } If you want to increase the padding a little after it's removed, also add: Code: .structItem-cell.structItem-cell--main { padding-left: 15px; } adjust to your liking. Upvote 0 Downvote
Place this in extra.less: Code: .structItem-cell.structItem-cell--icon { display: none; } If you want to increase the padding a little after it's removed, also add: Code: .structItem-cell.structItem-cell--main { padding-left: 15px; } adjust to your liking.