Site logo

Archived topic

How To Make On Page Excerpt Italicized ...

5 replies · Started by Patrick on October 15, 2021

Viewing posts 1–6 of 6

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 ;-)

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 :)

This archived topic is closed to new replies.