• Resolved rohan.isaac27

    (@rohanisaac27)


    i am unable to find the place to change the font size of the site title and post title and im a newbie..pls help me.

Viewing 1 replies (of 1 total)
  • Theme Author Silkalns

    (@silkalns)

    Website name/title font size can be changed by using CSS code like this:

    .navbar .container .navbar-brand {
      font-size: 50px;
    }

    Website post title can be changed like this:

    .entry-title a {
      font-size: 50px;
    }

    Both of these code snippets can be used via Appearance >> Theme Options >> Other >> Custom CSS. Make sure to replace pixel value to one that you want to use or otherwise both website title and post title will be 50px in size.

    Let me know if this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘change font size of website title and post title’ is closed to new replies.