Site logo

Archived topic

h1 h2 control

1 reply · Started by Carsten on October 1, 2016

Viewing posts 1–2 of 2

Hi. Since we will use the Simple css, what code should I use if I want to control the size/behaviour of h1, h2, etc.? pages...

Hi there,

You can do this:

h1 {
    /* CSS in here */
}

h2 {
    /* CSS in here */
}

h3 {
    /* CSS in here */
}

Colors and font sizes of these elements can be altered in the Customizer.

This archived topic is closed to new replies.