Need to make mobile post content text bigger

Posted in: Newspaper
Post count: 18

Im using the mobile plugin for the theme and would like to know how I can increase the font size to at least 16 for Mobile post content.

Post count: 23312

Hello Codywoodworth,

Please provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate code.

Thanks for your understanding!

Post count: 18

Thanks! It’s livingchirpy.com

Post count: 23312

Hello,

Try to use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

@media(max-width:767px){
.td-post-content p{
font-size:20px!important
}
}

Thanks.

Post count: 18

Thanks, that worked! The only thing I noticed is any text on a bulleted or number list stays the same default font size. Is there a little code that can adjust that as well? Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.