Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter danniee001

    (@danniee001)

    Still no reply. Anyone?

    This seems more of a problem with your theme, than the plugin. But with that being said, you could edit your theme’s CSS. Go to Appearance > Editor and add —

    .wp-polls-ul > li > strong > i > small {
        font-size: 1em;
    }

    — or whatever size you want. That should do it. Or increase all the text in the poll with this CSS:

    .wp-polls {
    	font-size: 1.1em;
    }

    You could probably also add styles directly to the poll template found in Polls > Poll Templates, or simply remove the <small>-tag there.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text too small’ is closed to new replies.