• On this page the page title, Drug Formulation, is smaller than the h1 text, Dose Forms. How can I target the page title, Drug Formulation, with css?

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

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

    You could use this CSS code:

    
    .page .entry-header > .entry-title {
      font-size: 50px;
    }
    
    .page .entry-content h1 {
      font-size: 28px;
    }
    

    To apply to your site, add it to Appearance > Customize > Additional CSS from dashboard.

    Regards,
    Kharis

    Thread Starter sec55

    (@sec55)

    That worked, thank you. I didn’t know what the selector was called. Sorry to take so long to respond, I only work one day a week on this.

    No problem!

    Glad to know the code worked fo you.

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Styling page title text’ is closed to new replies.