Okay
  Public Ticket #3526558
p font size for mobile
Closed

Comments

  • parade-studio started the conversation

    Hi

    How do I change the font size for all paragraphs on mobile only? I'd like to change font sizes in footer / widgets as well, for mobile only – can you direct me to the right place, please?

  •  869
    Neuron replied

    Hi,

    You can change the paragraph's font size on mobile by adding the following CSS code at Appearance > Customize > Additional CSS with the font size you want to add.

    @media (max-width: 720px) {
        p {
            font-size: 13px !important;
        }
    }

    Feel free to ask for anything you need.

    Kind Regards