Hi @kristinstewart,
These are not avatars actually. This is an icon the theme applies for comments posted by article author.
You can use this custom CSS to tweak their appearance:
/* Reposition with: */
.bypostauthor > .comment-body .comment-author:before {
position: relative;
left: 0;
top: 0;
margin: 0;
}
/* Or hide with: */
.bypostauthor > .comment-body .comment-author:before {
display: none;
}
Please note that I provide official support via https://support.webmandesign.eu
Best regards,
Oliver
Terrific! Thanks so much!
(@kristinstewart)
6 years, 9 months ago
I have avatars turned off for comments (settings >> discussion >> show avatars is unchecked), but for some reason, they are still showing up on this page: https://chefbobaungst.com/chef-bobs-sunday-supper/, and in the middle of the comment. They do not show up on blog posts, or on this older page with an older comment: https://chefbobaungst.com/events-by-chef-bob/.
What CSS can I put in to either hide the avatars, or move them up next to the author’s name?
Thank you!
The page I need help with: [log in to see the link]