• Is anyone helping in this forum? I hope so!

    Please can anyone help me with the css to make the default theme font size bigger and can I choose another font (other than sens serif? How can I do that?

    Thank you, Sandra Stokmans

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author ThemezHut

    (@pubudu-malalasekara)

    Hello Stokmans,

    I am sorry for the late reply. To set the default font size bigger please copy and paste the following code in the Custom CSS code area in the customizer. And change the 16px to any amount you want.

    body {
    font-size: 16px;
    }

    I have given changing fonts feature as a PRO feature.

    However if you want you can achieve that by creating a child theme and change the thbusiness_load_fonts() function. And change the font type of the body tag in the child theme’s css file.

    Thank You.

    Thread Starter Sandra Stokmans

    (@stokmans)

    Thank you! It doesn’t seem to be doing this for the home page…?

    Theme Author ThemezHut

    (@pubudu-malalasekara)

    This works fine for homepage as well.

    Thread Starter Sandra Stokmans

    (@stokmans)

    While you have the link for the other issue. You can see for yourself that homepage and other pages have different font sizes…

    Thread Starter Sandra Stokmans

    (@stokmans)

    It seems to be working. Except that the menu is also taking on the size and won’t keep to one line…

    Thread Starter Sandra Stokmans

    (@stokmans)

    Pudubu has helped me with this issue, and it is solved.

    Thank you!

    I am very curious about the solution for the menu, like to have a smaller font-size there too 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Font size en font style’ is closed to new replies.