h1, h2, h3 | font size | pages, posts, front page

Hallo there,

hope you are all well today! I have 3 questions that you might be of great help.

  1. How can I change the h1, h2, h3 font size of posts AND pages?
  2. How can I implement an <h1> to my front page?
  3. 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