• I realise that the Parament theme is no longer supported but I have been using a child theme version of it on my site for the last 4 years or so with no problems. Lately I am seeing that when accessing the site from a mobile device (telephone) the ‘site-title’ text is not modified like the rest of the site when using the Jetpack mobile theme option. The WPtouch plugin gives similar results. The child theme css has been modified to increase the ‘font-size’ property of ‘site-title’ plus some other characteristics (colours etc.) to personalise it. I was wondering if there was another way to change the font size in order to get the mobile theme to work correctly.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, add this to your custom CSS and adjust the font size as desired. 40px looks good on my iPhone 6s +.

    .mobile-theme #site-title a {
        font-size: 40px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Appearance on mobile device’ is closed to new replies.