Archived topic
Need CSS to Italicize Tagline, Please.
3 replies · Started by James on June 23, 2020
Viewing posts 1–4 of 4
I would like to italicize the tagline for my site, but I need CSS help, please.
Thanks!
Hi there,
Give this CSS a shot:
.site-description {
font-style: italic;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thanks Tom!
No problem :)
This archived topic is closed to new replies.