• Resolved grw1

    (@grw1)


    Hello!

    I’m currently using your plugin for different polls – some of them with the success text and others preferably without – is there anyway to remove the text after submitting a vote on a specific poll?

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

    (@yourownprogrammer)

    Hello

    You can use the css code below to hide success text

    .basic-yop-poll-container[data-id=”Poll-Id”] .basic-success {
    display: none !important;
    }

    Please note that you will need to replace Poll-Id with the actual id of your poll.

    Thread Starter grw1

    (@grw1)

    Nice – it works!
    Thanks ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove success text from specific poll’ is closed to new replies.