Changing Font Size

  • Posted in : Photographer
  • Marten
    Participant

    HEllo,
    i´d like to change the font size and cut of the Heading Font. I just found to change the font itself in the customizer…

    It would be also interesting to know how to do it for the Title Font!

    Thanks,
    Martin

    serkan
    Moderator

    Hi Martin,
    I can provide more specific code if you want how much the font can be changed on which screen.
    This first code will make an equal change on mobile, tablet and desktop. You can change the font by changing the number. The second code will only affect the desktop and will not make any changes to mobile.

    h1 { font-size: 1.4em !important; }
    @media screen and (min-width: 768px) { h1 { font-size: 2.40em; } }

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register