Viewing 1 replies (of 1 total)
  • Plugin Author WPKube

    (@wpkube)

    Hi @ildruido99

    Styling options are not available, sorry. You could do it with a bit of custom CSS that goes in WP admin > Appearance > Customize > Additional CSS.

    This would be the code for the names for example. Let me know

    .authors-list-items .authors-list-item-title {
        font-size: 18px;
    }

    For the descriptions:

    .authors-list-items .authors-list-item-excerpt {
        font-size: 18px;
    }

    Change the 18 to the desired number.

Viewing 1 replies (of 1 total)
  • The topic ‘Font size’ is closed to new replies.