• Resolved Ivan Lutrov

    (@ivanlutrov)


    This is not a support request, it’s a usability suggestion.

    The meta box field descriptions in admin are in a different font size to the standard WordPress field descriptions. The reason is that you’re using your own CSS class instead of the WordPress supplied one.

    You’re using:

    <div class="ss-description">Character count</div>

    Wordpress uses:

    <p class="description">Character count</p>

    Your ss-description class uses a smaller font size than WordPress, and I guess you could either make it the same size or just use the standard WordPress class instead. Probably the latter is better.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Meta box field descriptions’ is closed to new replies.