Comments Raewyn Marshall started the conversationJanuary 30, 2018 at 8:45amI would like to remove the word "Administrator" from the author info on post pages. I want to keep the gravatar and name, but do not want to show the administrator user role. Can you please help?Thanks.[deleted] repliedJanuary 30, 2018 at 9:16amHi Raewyn, This is a bit of customization question but I will try to help you. Please add the code below to your Custom CSS area: .single-post .post .author-info--details .author-name em { display: none; } Have a great day! Sign in to reply ...
I would like to remove the word "Administrator" from the author info on post pages. I want to keep the gravatar and name, but do not want to show the administrator user role. Can you please help?
Thanks.
Hi Raewyn,
This is a bit of customization question but I will try to help you.
Please add the code below to your Custom CSS area:
Have a great day!