Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xnau webdesign

    (@xnau)

    The formatting you see here is from your theme, so the only way to address this is with your own CSS to override what your theme is doing with the font size you prefer. The plugin doesn’t set any font sizes.

    You can use something like this to change the field group title font size:

    h2.field-group-title {
    font-size: 120%;
    }

    Thread Starter newengland

    (@newengland)

    Works great. Thanks!

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

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