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

    (@yourownprogrammer)

    Hello

    Edit the poll template you are using and on Css Section add the code below

    div.yop-poll-answers-%POLL-ID% li.yop-poll-li-answer-%POLL-ID%:before{
    content: none;
    }

    Let us know how it goes.

    Best
    YOP Team

    Thread Starter Apollo_123

    (@apollo_123)

    It works for the answers, but when I voted on an answer and I see the votes, the > sign are back again. Do you got an extra code for this as well?

    Thnx!

    Plugin Author YOP

    (@yourownprogrammer)

    Yes, see below

    div.yop-poll-answers-%POLL-ID% li.yop-poll-li-result-%POLL-ID%:before{
    content: none;
    }
    Thread Starter Apollo_123

    (@apollo_123)

    thnx!

    Works perfectly!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Shows up > in my polls’ is closed to new replies.