Viewing 1 replies (of 1 total)
  • Plugin Author Ben Huson

    (@husobj)

    You may need to do this via your theme’s stylesheet, and it will depend on where you have inserted it into the page template.

    For example, if you added it to your template like this:

    <?php the_subtitle( '<span class="subtitle">', '</span>' ); ?>

    You could then add a style in your stylesheet:

    .subtitle {
       font-size: 1.5em;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Font size too small’ is closed to new replies.