How to change excerpt font size for mobile?

Posted in: Newsmag
Post count: 17

I would like to increase the font size when viewing using mobile phone or tab. How can I do that, I would like to increase a size or two to ease reading for those who wear glasses

Post count: 23312

Hello rehanahmadjamal,

Do you use the mobile theme or not? Please notice that it is needed to provide your website URL if you want a more accurate code.

Thanks for the message!

Post count: 23312

Hello rehanahmadjamal,

If you want to increase the size of excerpts only for mobile devices you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.

@media (max-width:767px){
.td-excerpt, .td-module-excerpt {
font-size: 20px;
}

The result is here -> http://screencast.com/t/ykLhslpN

Thanks for the message!

Post count: 17

Thanks… Can you delete the URL above?

Post count: 23312

Hi,

Yes.

Thanks.

Post count: 17

thanks

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