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

    (@yourownprogrammer)

    Hi someonesomethng,

    It looks like the problem is caused by the theme you used.
    Edit the template you used for your poll and in the CSS section add

    #yop-poll-answers-%POLL-ID% ul li:before{
    list-style-type: none;
    content:"";
    }

    and

    #yop-poll-form-%POLL-ID%{
     background-color: the-color-you-want. for white set #fff;
        border: medium none;
        margin: 0;
        padding: 0;
    }

    This should fix the problems. Please let us know if you need more help.

    Best wishes,

    YOP Team

    Thread Starter someonesomethng

    (@someonesomethng)

    Thank you very much, that has solved the problem!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bullet Point and Background Issue’ is closed to new replies.