Font size

Home Support PT Magazine Font size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8115
    Anonymous
    Inactive

    Hi, I’m new to this. I just bougth PT Magazine theme and i thougt there would be no problem to change the fontsizes for some headers. I can’t find that now. How do I change sizes on the headers, “Casinospelaren” och “Lär dig spela Casino” on

  • http://www.casino-spelaren.se
#8116
ProDesigns
Keymaster

Hi @abn,

Please go to Appearance >> Customize >> Additional CSS and add following CSS to change font size of site title and tagline.

#masthead .site-title a {
    font-size: 40px;
}

#masthead p.site-description {
    font-size: 24px;
}

Please change size as per your requirement in above code.

Hope it will help you.

Thank you.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.