• Hi, Please could you tell me how to make page titles smaller ( so the text on longer titles doesn’t wrap) on mobiles and smaller screens? I want to keep the titles large one desktops.

Viewing 1 replies (of 1 total)
  • Hi,

    You can try to use this custom CSS code in Appearance -> Customize -> Additional CSS, to change the font size of the page title on the mobile view

    @media (max-width: 767px) {
      #page .page-header .entry-title {
        font-size: 16px;
      }
    }

    Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Page titles on mobiles’ is closed to new replies.