Archived topic
How To Make On Page Excerpt Italicized ...
5 replies · Started by Patrick on October 15, 2021
Is there any way to do this? I put the excerpt after_header_entry hook in a container where I can control the font size and weight, but there is no italics option. Can I do it with some CSS?
Thanks ;-)
Hi there,
Any chance you can link us to the site in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
Link attached in private area ... excerpt hook is between title and featured image ;-)
Hi Patrick,
Try this CSS:
.dynamic-entry-excerpt {
font-style: italic;
}
Let me know :)
Thanks Ying ... that did it ;-)
You are welcome :)