[Resolved] H1 Title Smaller in Mobile Screen

Home Forums Support [Resolved] H1 Title Smaller in Mobile Screen

Home Forums Support H1 Title Smaller in Mobile Screen

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1660058
    Sourabh

    HI,

    How to make Post H1 Title smaller in Tab and mobile screen ??

    #1660238
    David
    Staff
    Customer Support

    Hi there,

    for mobile devices you can change it in the Customizer > Typography > Headings –> Single Content Title (H1) – just select the mobile option beside the fields.

    For tablet you will need a little CSS:

    @media (min-width: 769px) and (max-width: 1024px) {
      .single h1.entry-title {
        font-size: 20px;
      }
    }
    #1660478
    Sourabh

    Thanks it works..

    #1660566
    David
    Staff
    Customer Support

    You’re welcome

    #2012361
    Karel

    Hi,
    The above solution would change the h1 attributes in single posts.
    But how can one change h1 font size on mobile in archive? I can’t seem to find that.
    Thanks
    Karel

    #2012392
    Karel

    Hi, never mind the above question.
    I found that I could use the h2.entry-title selector
    Best, Karel

    #2012424
    David
    Staff
    Customer Support

    Glad to hear you found the answer

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