Site logo

Archived topic

Decrease font size for mobile device

4 replies · Started by John on June 30, 2019

Viewing posts 1–5 of 5

Hello

I want to decrease post meta (Last update date and author name) font size for mobile device.

How can I do this?

Thanks

Hi there,

Try this CSS:

@media (max-width: 768px) {
    .entry-meta {
        font-size: 16px;
    }
}

Let me know :)

This would be a nice addition to the Customize > Typography > Body > Font Size settings so manually entering CSS isn't required. Have the same functionality that heading settings include with the desktop and mobile icons to switch between the two settings.

We try to reserve Customizer options for things that come up a lot, or else the list of options can get out of hand super quickly (and cause performance issues). I'll keep an eye on this specific request to see how needed it is :)

Thanks!

Hi there!

In this case, to change the font-size for mobile, I am also going to use

   
@media (max-width: 768px) {
    body {
    font-size: Xpx;
    }
}

While I love the theme and the things you can do with it I think it would be a great addition to the customizer to be able to change the font-size/line height of the body for mobile without having to use CSS.

Best wishes

This archived topic is closed to new replies.