Site logo

Archived topic

Italicize Page Header Text?

3 replies · Started by James on March 20, 2021

Viewing posts 1–4 of 4

Hello,
I'm wanting to italicize the text that appears in the global page headers at my site The Miramichi Reader. I have managed to italicize the post titles on the Home Page, but I would like to at least see how the text looks italicized in the page/post headers.

Thanks,

Hi James,

Give this CSS a try:

.page-hero h1 {
    font-style: italic;
}

Let me know :)

Perfect. Thanks!

No problem :)

This archived topic is closed to new replies.