Archived topic
Header text widget font and formatting
3 replies · Started by Eric on January 9, 2019
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.
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 :)
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/
Any chance you can open a new topic for your question?
Thanks :)