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

    (@yourownprogrammer)

    Hi Lynda,

    From the main menu go to “Templates” and edit the template you used on the poll.

    In the CSS section, at the end, add

    #yop_poll_vote-button-%POLL-ID% {
    border: thin solid;
    }

    This will fix the first issue.
    Next, replace

    #yop-poll-answers-%POLL-ID% ul li {
    font-size: 12px;
    font-style: normal;
    margin: 0 0 10px;
    padding: 0;
    }

    with

    #yop-poll-answers-%POLL-ID% ul li {
    font-size: 12px;
    font-style: normal;
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 0;
    }

    and the bullets will not be displayed anymore.

    Best wishes,

    YOP Team

    Thread Starter immortaldiva

    (@immortaldiva)

    They both worked perfectly.

    YOP Team – YOU ROCK!!

    Thanks for the quick reply. ??

    Cheers,
    Lynda

    Plugin Author YOP

    (@yourownprogrammer)

    Hey Lynda,

    Glad it worked!
    If you like Yop Poll and find it useful, we could use a review.

    Regards,

    YOP Team

    Thread Starter immortaldiva

    (@immortaldiva)

    You earned it! Just posted my review. ??

    Plugin Author YOP

    (@yourownprogrammer)

    Thank you! We appreciate it!

    YOP Team

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Vote Button and Bullet Point issues’ is closed to new replies.