Hi,
That could be changed with some custom code, at the moment there are no theme options to customize the font properties when using the mobile theme plugin.
You could change the paragraph font size for the post content for example, with a code like this (the default is 15px)
– https://www.screencast.com/t/auDDK8DFhu
.td-post-content p {
font-size: 18px;
}
Enter the code in Theme panel->Mobile theme->Custom CSS section.
Thanks
Hi,
The same content from desktop will be displayed on mobile, if the mobile theme plugin is deactivated. When this plugin is active this allow you to set a different menu, different page content etc.
The mobile theme plugin is optional, as the main theme is fully responsive in design and will adapt the website for every device.
More useful information about the mobile theme plugin here
– https://forum.tagdiv.com/the-mobile-theme/
Thanks
Hi,
That cannot be changed. That is the way the mobile theme is designed, the front page content cannot be edited. The mobile theme will apply predefined templates for the front page, post page, category page, smart lists etc. This is intended for the purpose of making the mobile theme as light as possible on performance.
Content for mobile pages is limited to the Mobile editor.
You can choose not to activate the plugin, then the same content from desktop will be displayed, adapted for all devices.
Thanks