• I’ve spent the last 4 hours searching everywhere on the Style.css page for the site title/header font size and so far haven’t been able to find it. Any idea how to change it?

    my site is bythomasjohnson.com and to avoid confusion, I’d like to be able to change
    the size of the title font “Thomas Johnson” and the sub-title as well if possible.

    Haven’t seen this option in the header customization area either.

    Other than that, I love the theme. Many thanks.

    – Thomas

Viewing 3 replies - 1 through 3 (of 3 total)
  • header .site-title a
    header .site-description

    Use a child-theme or custom css plugin so your changes are not erased with a theme update.

    enter the following code in the custom css to change the font size-

    h1.site-title a {
    font-size : (Your font size);
    }

    To change the title description, enter the following code in custom css-

    h2.site-description a {
    font-size : (Your font size);
    }

    It should work

    Thread Starter tom7522

    (@tom7522)

    Thank you so much, divjotsingh_440! Worked like a charm!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Title Font Size/Type’ is closed to new replies.