• I need to change the H1 font size to make the page titles bigger on the page, went into editor and did that in the stylesheet and nothing. Help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Morgan

    (@morgandival)

    h1 {
    font-size: 10px;
    }

    Insert that code in to the Additional CSS section, then change the value to a larger one.

    Thread Starter juliebalto

    (@juliebalto)

    Already tried that and nothing.

    Looking to change the page titles size then try this:

    .page .panel-content .entry-title,
    .page-title,
    body.page:not(.twentyseventeen-front-page) .entry-title {
    font-size: 22px;
    font-size: 2.375rem;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing H1 font size’ is closed to new replies.