Archived topic
Would like to italicize Author Name and Date Stamp on posts
3 replies · Started by Earl on June 3, 2019
On the front page (masonry layout of recent posts) and on individual posts, I would like to italicize the Author Name and Date Stamp.
1. How can I do this?
2. Where could I have researched this myself rather than posting a support request? :-)
Thanks!
Hi there,
1. Try this CSS:
.entry-header .entry-meta {
font-style: italic;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
2. Hmm not really a good way without learning a bit of HTML and CSS. Here is basically what I did:
https://www.screencast.com/t/Q0wop31qXb
If you are really interested, this site is very good to learn the two languages:
https://www.codecademy.com/
We are always happy to help for simple questions like this though so no need to hesitate :)
Let me know if this helps :)
Perfect! Thank you.
And thank you for the Screencast, too! That is very useful.
Earl
No problem :)