Mobile theme fonts

Posted in: Newspaper
Post count: 12

Hello again! 🙂

I cannot see a way to customise the fonts or appearance of the mobile theme. I have read that this hasn’t been implemented yet. What CSS I would need to add to change the post title and post body fonts?

Most notably, I use a custom font called font2-webfont.woff as General Font for all post titles, which renders well on mobile but disappears when I use the mobile theme. I’d like to add this into the custom CSS so it uses it on the theme. What code do I need to add to do this?

Also, are you aware of the bug with the author and date disappearing at the top on the mobile theme? I’m using a Galaxy S6 Edge Plus with the Chrome browser.

Post count: 6535

Hi

Unfortunately mobile theme does not have options which allows you to change the fonts yet but probably in future we will add such options. For the moment to load different fonts for mobile you have to edit theme’s code. The css code for mobile theme is located here: http://screencast.com/t/XFivsX0A1 but to change the font for all elements you have to go trough all code and locate the lines which refers to font-family. This is a quite difficult task considering the code’s size. The easiest way to keep the desktop fonts on mobile is to deactivate mobile theme plugin.
Yes we’re aware about that issue and will be fixed in next theme’s update but meanwhile you ca use this css in theme panel > mobile theme > custom code to fix it.

.td-post-author-name div { display:inline; }

Thanks!

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