Archived topic
how to change author text
3 replies · Started by alex on December 15, 2016
how can I customize the text and style in the entry-meta area, how can I do that?
e.g. now the author text is like 'by $author', how can I change it to sth like 'featuring $author'? and also the style, now the font looks quite small
thanks
Hi Alex,
You can change the font size with this CSS:
.entry-meta {
font-size: 15px;
}
I believe changing the "By Author" text would require a bit more work as stated in this post: https://generatepress.com/forums/topic/entry-meta-content-customization/
Tom please confirm this :)
The best way to change the "by" text is most likely using this plugin: https://en-ca.wordpress.org/plugins/say-what/
Original string: by
Domain: generatepress
Replacement string: featuring
Thanks Tom!