• Resolved dowelman

    (@dowelman)


    Hello

    I want to make the Title font in the header bigger.
    I have tried using custom css, but it only appears to make the area where the text is bigger, not the text itself.

    Thanks

    Larry

    • This topic was modified 7 years, 11 months ago by dowelman.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Archimidis Mertzanos

    (@archimidism)

    Dear @dowelman
    could you please attach a screnshot or link to let us know more?

    Thanks a lot!
    ArchimidisM

    Thread Starter dowelman

    (@dowelman)

    Is there an email to contact you?

    I don’t really want to put a link to the site on a public forum.

    Thanks

    Larry

    • This reply was modified 7 years, 10 months ago by dowelman.
    Theme Author Archimidis Mertzanos

    (@archimidism)

    Dear @dowelman nevermind
    I have seen the website . So in order to make this bigger you have to slightly edit some code files.
    You can add custom CSS in the WordPress native customizer the following code:

    .site-title a{font-size: 45px; }
    This will make the site title bigger. You can change the pixels size etc.
    You can also try
    .site-title a{font-size: 45px !important; }

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Font size’ is closed to new replies.