Okay
  Public Ticket #1450519
Single Portfolio - hide Administrator role
Closed

Comments

  • Raewyn Marshall started the conversation

    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.

  • [deleted] replied

    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:

    .single-post .post .author-info--details .author-name em {
        display: none;
    }

    Have a great day!