Mobile Theme Help

Posted in: Newspaper
Post count: 12

Is there a way to increase the size of the body font for the mobile theme? Also, is it possible to bold the headings?

thereadoptional.com

Post count: 23312

Hello OllieConnolly,

Unfortunately, our theme does not have such an option that offers you a way to change the fonts for the mobile theme, sorry! So, if you need to do that, please notice that you will have to use a bit of CSS code for achieving this. I suppose that you want to increase the font-size for your post content and for this, please try the code below and place in Theme panel->Mobile Theme->Custom CSS code -> http://screencast.com/t/v7jR5gnNH

The code is ->

.td-post-content p {
font-size:20px!important;
}

The result -> http://screencast.com/t/OsMl8CFAJVq

and if you want to make it bold your heading you will have to use the following code.

h1, h2, h3 {
font-weight:bold;
}

Thanks.

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