Hallo there,
hope you are all well today! I have 3 questions that you might be of great help.
- How can I change the h1, h2, h3 font size of posts AND pages?
- How can I implement an <h1> to my front page?
- Is it possible to add a simple html text widget here, too?
I’m thankful for options.
marthabor
Hello @marthabor,
To change the header sizes you should overwrite the current rules with some custom CSS:
h1{
font-size: 46px !important;
line-height: 1.2 !important;
}
h2{
font-size: 38px !important;
line-height: 1.2 !important;
}
h3{
font-size: 30px !important;
line-height: 1.2 !important;
}
Where do you want to implement a h1 on the front page.
Please guide me around, it is unclear now.
Is it possible to add a simple HTML text widget in the sections, just select the text widget in the front page sidebars where you add a widget to the section.
I hope this gets you forward with the website!
Regards