Site logo

Archived topic

Change the author pages

3 replies · Started by Chris on August 5, 2018

Viewing posts 1–4 of 4

Is it possible to remove the Profile photo on the author pages, and replace it with the text: Author?

Hi there,

It looks like you managed to remove the profile pictures? I'm not seeing them on your site.

To add the word "Author", you can add this CSS:

.author .page-title .vcard:before {
    content: "Author: ";
}

You're welcome :)

This archived topic is closed to new replies.