Archived topic
Hero Element
3 replies · Started by Darin on February 6, 2023
Good Day,
I would like to Italicize the "Last Updated: Postdate" in my Hero Element.
It is currently an H block, sized as a paragraph with dynamic text linked to the post date.
This page is not live. Still a draft.
What is the best way to accomplish this?
Thank you in advance!
Darin
Hi Darin,
It is currently an H block
Do you mean a headline block of GenerateBlocks?
You can add a CSS class to the headline block, eg. style-italic.
https://wordpress.com/support/wordpress-editor/adding-additional-css-classes-to-blocks/
Then add this CSS:
.style-italic {
font-style: italic;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Yes that works. That is great information on how to apply the Advanced CSS.
Thank you Ying!
Darin
You are welcome :)