• Resolved hypnomentalist

    (@hypnomentalist)


    I really love this plugin, especially the feature to edit the look of the poll via css. But it seems that on my site the vote button doesn’t meet the theme standards (My theme has rounded buttons but the Yop Poll vote button doesn’t).
    Is there a way to overwrite the button look? It seems you use the class “yop_poll_vote_button”, but I can’t find the definition anywhere in your plugin files?

    (Can’t post a link to my site since it is still in development an in maintenance mode)

    http://wordpress.org/plugins/yop-poll/

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

    (@yourownprogrammer)

    Hi hypnomentalist,

    Edit the template you used for your poll and in the CSS section add

    .yop_poll_vote_button {
    border-radius: 5px;
    background: #327BD6;
    border: 1px solid white;
    }

    .yop_poll_vote_button:hover {
    background: #32FBD6;
    border: 1px solid white;
    }

    You can change the style of the Vote button any way you want.

    Regards,

    YOP Team

    Thread Starter hypnomentalist

    (@hypnomentalist)

    Hey YOP team,
    thanks for the fast support – works perfectly!

    Thread Starter hypnomentalist

    (@hypnomentalist)

    Great! Works like a charm, thanks a lot!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Vote button doesn't fit site theme’ is closed to new replies.