Archived topic
Change the author pages
3 replies · Started by Chris on August 5, 2018
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: ";
}
Yes, after a long search on internet, I managed to remove the profile pictures :-)
But now with the css it's perfect!
See: https://www.schrijverspost.nl/author/marjolijn-van-mellaerts/
Thanks Tom!
You're welcome :)