Archived topic
Italicizing Post Titles
3 replies · Started by James on March 8, 2019
Viewing posts 1–4 of 4
Another italicizing question: my post headers are the same as H2, and I want to italicize them to match my site header. However, there is no italics option in the Typography>Headings>Font variants, just bold, normal and so on. More CSS needed? :)
Hi there,
yes, just a little CSS:
h2 {
font-style: italic;
}
Many thanks once again!
You're very welcome
This archived topic is closed to new replies.