Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author ThemesMatic

    (@themesmatic)

    in style.css add

    .home h1 {
        font-size: 90px;
    }

    change the 90px to whatever size you want.
    keep in mind if its a long title with a larger font size… the text will go into 2 lines instead of one.

    enjoy the theme ??

    Theme Author ThemesMatic

    (@themesmatic)

    if you could leave a review, that would be awesome too.
    Thanks ??

    Thread Starter aseng909

    (@aseng909)

    thanks to support,,,,,

    im follow your tips,,in style.css add

    .home h1 {
    font-size: 90px;
    }

    but font size not change,,,

    Theme Author ThemesMatic

    (@themesmatic)

    try

    .home .blog h1 {
    font-size: 90px;
    }

    and place it after any other h1 styles so it is not overwritten.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘font size can change ?’ is closed to new replies.