Change font size for mobile

Posted in: Newspaper
Post count: 57

Hi,

I’m using an older template that doesn’t have cloud templates enabled. I want to change font size on mobile for the single posts, but I can’t find a way to do that. The site is https://1001ideja.si/
What is the best way to approach this?
Thank you for your help.

Post count: 35449

Hi,
You ned to use a custom css, as example:
.tagdiv-type {
font-size: 15px;
line-height: 1.74;
color: #222;
}

Set the code in the theme panel only for mobile – https://i.imgur.com/ESQ9r7l.png

Post count: 57

Thank you!

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