XF 1.1 Poll question not showing

I just had a member post a poll, but the question does not show.

See here: http://www.pebforum.com/site/threads/meb-peb-timeline-2011-2012-w-chapter-14-info.15944/#post-64754

Any ideas as to why. FYI, I tried to edit the poll and state the question in a similar way, still no question appearing. Thanks in advance for any help.


Check out the polls.css template.

Find this:
Code:
.pollBlock .question .questionText
    {
        float: left;
        font-size: 16pt;
        color: @primaryLight;
    }

You probably have the primaryLight set to white in the Color Palette. You can change the color in part above or change the primaryLight from white.
 
Top Bottom