• Hi there,

    The font size for any split title lines goes to 14px. I can’t seem to find a way to change the inheritance, and adding custom CSS either in the Appearance tab or the plugin settings to set split titles to the size of other h1 items doesn’t work.

    To be clear, the first line of a title that’s split will be the desired (regular) size, but then any following lines are 14px.

    Any suggestions?

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Chris Steman

    (@15km)

    Hi,

    Depending on how the theme CSS is setup and without seeing it, you could try the following to your CSS for example. This will set the first line bigger than the others.

    h1 { font-size: 20px; }
    h1 span { font-size: 14px; }

    Let me know how it goes.

    Thank you,
    Chris

Viewing 1 replies (of 1 total)
  • The topic ‘Resizing New Title Lines?’ is closed to new replies.