Archived topic
Prefix for entry meta
2 replies · Started by kazemedia on November 26, 2019
Viewing posts 1–3 of 3
Hi,
I want to add prefix to entry meta like: "Posted by Author" and "Category: Samsung"
Just prefix problem, i have no problem with entry meta placement or style.
Thanks
Hi there,
Try this CSS:
.entry-meta span.byline:before {
content: "Posted ";
}
.entry-meta .cat-links a:before {
content: "Category: ";
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
It’s works
Thank you
This archived topic is closed to new replies.