• Hi!

    I’m using the Newsium and for me is the best for news.

    But I have a question about the theme. How can I change the title font size of the posts? I think that in mobile view displays very very big.

    Is possible to change in CCS? If possible, what line?

    Very thank you!

Viewing 1 replies (of 1 total)
  • Hello @lucasulhoa,
    Thank you so much for the question.
    More added features of customization font size are available on the premium version. However, you can use this below CSS codes on Appearance > Customize > Additional CSS for the quick fix.

    body.single-post .entry-title {
        font-size: 45px;
    }
    
    @media only screen and (max-width: 768px) {
      body.single-post .entry-title {
        font-size: 45px;
      }
    }

    Hope this works.

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘Title font size’ is closed to new replies.