Archived topic
Italicize Header Fonts?
5 replies · Started by James on March 28, 2017
I was wondering if there was a way to add "Italics" to font weight in the Typography>Header section?
Thanks in advance,
Hi James,
Are you talking about the site title and tagline?
If so try this CSS.
.site-branding, .site-description {
font-style: italic;
}
Let me know.
I added the css to Custom CSS, but I don't see any changes anywhere Tom Leo. Yes, I meant the Site header and tagline. I was hoping to Italicize the tagline only.
For tagline only:
.site-description {
font-style: italic;
}
This should definitely work. Are you able to provide a link to your site with the CSS added?
Could also try it in the Additional CSS field in the customizer: https://docs.generatepress.com/article/adding-css/#additional-css
Boom! That worked Leo. Thanks! :)
You're welcome :)