Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author YOP

    (@yourownprogrammer)

    Hi Tonka2,

    Edit the template you used for your poll and in the CSS section add

    #yop-poll-answers-%POLL-ID% ul li label span { color: #FFFFFF; }

    and replace #FFFFFF with the color you want.

    Best wishes,

    YOP Team

    Thread Starter Tonka2

    (@tonka2)

    Hi,
    White would be absolutely fine, but the color is the same as the background. Did you take a look at the results page from the link above? The text is totally camouflaged. Here is the closest CSS entry in the template that I found:
    #yop-poll-answers-%POLL-ID% ul li label {
    margin:0px;
    font-style:normal;
    font-weight:normal;
    font-size:12px;
    float:none;
    }

    I made the change here to no effect, then removed it. Thank you for you help.

    Plugin Author YOP

    (@yourownprogrammer)

    Hi Tonka2,

    We noticed that in #yop-poll-answers-%POLL-ID% ul li label you specified a “font-color”. You should only specify a “color”.

    Also, at the end of the CSS section, add

    #yop-poll-answers-%POLL-ID% ul li label span { color: #FFFFFF; }

    Please make these changes, set up a test poll and provide a link so we may take a closer look and provide more instructions.

    Regards,

    YOP Team

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Trouble With Results Font Color’ is closed to new replies.