[Support request] h1 h2 control

Home Forums Support [Support request] h1 h2 control

Home Forums Support h1 h2 control

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #230959
    Carsten

    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…

    #230963
    Tom
    Lead Developer
    Lead Developer

    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.

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