Mobile/iPad font

Posted in: Newspaper
Post count: 74

On mobile, how do I reduce the size of article titles in Module 3, Module 14, Module MX3 and Module 16?

On iPad, how do I bolden article titles in Module 16, Module 14 and Module MX3?

Post count: 20688

Hi,

That could be done with custom code in the theme Advanced CSS sections, for each module. Something like this for example, for all at once
https://www.screencast.com/t/IzsSZrNfug
Or create code for each of them if required
https://www.screencast.com/t/WpNO7c0JwAl
This is the code used in the example

.td_module_3 .entry-title,
.td_module_14 .entry-title,
.td_module_16 .entry-title,
.td_module_mx3 .entry-title {
font-size: 15px;
}

Such conditions can be created for other sections in the Advanced CSS fields.

Thanks

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