Site logo

[Resolved] Header text widget font and formatting

Home Forums Support [Resolved] Header text widget font and formatting

Home Forums Support Header text widget font and formatting

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #777711
    Eric

    I added a text widget to my header but I don’t like that it’s formatted differently than the rest of the site. I tried using an html widget with <p> </p> but it doesn’t change the font or spacing. Could someone walk me through a way to do this or add css to change this?
    I did manage to make it smaller by adding but it defaults to a very basic font.

    #777758
    Leo
    Staff
    Customer Support

    Hi there,

    You can change the font in Customizer > Typography > Body:
    https://docs.generatepress.com/article/typography-overview/

    Then you can change other styles using this CSS:

    .header-widget p {
        font-size: 20px;
        line-height: 1.2em;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps 🙂

    #1175546
    Damon

    Hello,

    I am editing my header widget paragraph text too, I have set the primary menu to be on the right of the logo but it is pushed down below the logo by the text in the header widget.

    How can I move the navigation back up? (so that the bottom of the logo and navigation line up).

    Kind regards
    Drain0

    GeneratePress Version: 2.4.1
    WordPress 5.3.2
    http://winterbourneabbasautos-co-uk.stackstaging.com/

    #1175558
    Leo
    Staff
    Customer Support

    Any chance you can open a new topic for your question?

    Thanks 🙂

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