Viewing 1 replies (of 1 total)
  • Hi @guidopanzeri,

    You can use the Typography option for the Headings available in the theme, it can have different values for Desktop | Tablet | Mobile – screenshot.

    If you want to target the H2 and H3 tags specifically, you can try adding the following code in Dashboard -> Appearance -> Customize -> Additional CSS editor.

    @media (max-width: 480px) {
        h2 {
           font-size: 18px !important;
        }
        h3 {
           font-size: 15px !important;
        }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Reduce Mobile Text’ is closed to new replies.