• Resolved gumbotron

    (@gumbotron)


    Hi,

    First off, I love the WP-Polls plugin! It’s simple, clean and works well.

    For a project, I need to remove the numbers of votes displayed with each question as well as the Total Number of Votes at the bottom of the poll. I’ve played with removing the get_pollvoters/get_pollvotes function (did nothing), tried using CSS to hide the results (no easily selectable classes or tags for those sections), etc.

    Can someone help me with this?

    https://wordpress.org/plugins/wp-polls/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter gumbotron

    (@gumbotron)

    Ok, So I’ve removed the “numbers of votes” next to the questions using

    .wp-polls-ul small {
    	display: none;
    }

    but when I tried something similar with the “Total Number of Votes” on the bottom, it makes the Vote button disappear, too.

    Plugin Author Lester Chan

    (@gamerz)

    WP-Admin -> Polls -> Poll Templates

    Thread Starter gumbotron

    (@gumbotron)

    Sheesh, right under my nose. Thanks, Lester!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove number of votes and voters?’ is closed to new replies.