[Resolved] Italicize Header Fonts?

Home Forums Support [Resolved] Italicize Header Fonts?

Home Forums Support Italicize Header Fonts?

  • This topic has 5 replies, 2 voices, and was last updated 7 years ago by Leo.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #298673
    James

    I was wondering if there was a way to add “Italics” to font weight in the Typography>Header section?
    Thanks in advance,

    #298680
    Leo
    Staff
    Customer Support

    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.

    #298683
    James

    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.

    #298684
    Leo
    Staff
    Customer Support

    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

    #298685
    James

    Boom! That worked Leo. Thanks! ๐Ÿ™‚

    #298686
    Leo
    Staff
    Customer Support

    You’re welcome ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.