• Resolved sandrine77

    (@sandrine77)


    Hi,
    I’d like to hide the votes until the end of the contest in order not to influence voters. Is it possible ?
    Thanks in advance for your answer,
    Sandrine

Viewing 1 replies (of 1 total)
  • Plugin Author Harish

    (@owtdevteam)

    Hello

    There is no option for this in the Free Version. In the Pro Version, we have the option to hide the votes. As of now you can use the css to hide the number of votes using the styles below

    .wpvc_vote_counts,.wpvc_card_actions_single:first-child {
    display: none;
    }

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Hiding votes until the end of the contest’ is closed to new replies.