• On this page, the heading 1 text (Dose Forms) is larger than the page title. I tried changing the sizes in Customize | Fonts, to no avail. What CSS selector do I need to target the page title?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello there,

    To control the H1 font size, go to Appearance > Customize > Fonts; and enter your preferred number into “H1 font size” input box.

    Regards,
    Kharis

    Thread Starter sec55

    (@sec55)

    I tried that and the heading Dose Forms doesn’t respond when I adjust the h1 settings. Dose Forms is the title that I entered at the very top of Edit Page for that page. Is that heading 1, or is it something else?

    Thread Starter sec55

    (@sec55)

    Kharis, do you have any other ways to do this? The text I put in the Enter Title Here field for the page doesn’t appear to be h1. Do you know what it is? It is easy to target it with CSS if I know.

    • This reply was modified 7 years, 8 months ago by sec55.

    Hello there,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    .entry-content h1 {
      font-size: 30px;
    }
    

    Regards,
    Kharis

    Thread Starter sec55

    (@sec55)

    Sorry to take so long to respond, I was away for the holiday.

    I’m so sorry, I made a mistake. I meant to say that the text Drug Formulation at the very top is what I want to style. Drug Formulation is the title that I entered at the very top of Edit Page for that page. It doesn’t respond to changes in the h1 settings. What is the css selector for that?

    • This reply was modified 7 years, 8 months ago by sec55.
    • This reply was modified 7 years, 8 months ago by sec55.
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Page header text size’ is closed to new replies.