Okay
  Public Ticket #2716140
Fonts
Closed

Comments

  • adrianlevinenvato started the conversation

    Hi How can we make the fonts size in home/About for the text ( Levin Silbert is a multi-disciplinary design firm.... and Our process incorporates brand experience....) to get smaller in the phone version or modify the paragraph with? Thank you!

    http://www.levinsilbert.com/

    http://www.levinsilbert.com/about/


  •  867
    Neuron replied

    Hi,

    Can you please add the following code at Appearance > Customize > Additional CSS?

    @media (max-width: 720px) {
        .page-heading h2,
        .page-heading h3 {
            font-size: 20px !important;
        }
    }

    Feel free to ask for anything you need.

    Kind Regards