• Resolved asafadd

    (@asafadd)


    Dear support,

    I cannot use your plugin as answers are added a bullet style that cannot be dismissed. It damages the page design and I urgently need a fix for that.

    The page I need help with: [log in to see the link]

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

    (@yourownprogrammer)

    Hello

    The bullets are added by the theme you are using.

    You can remove them with the css code below

    .basic-yop-poll-container li.basic-answer:before {
    content: none;
    }

    Please let us know how it goes.

    Thread Starter asafadd

    (@asafadd)

    Thank you for your quick response, @yourownprogrammer,

    In my dashboard, I went to Yop Poll -> All Polls -> <my poll> -> Edit -> Design -> Custom Style -> Advanced -> Custom CSS. Then I cleared existing content and pasted the CSS you provided. As you can see in my link, bullets still exist in the answers.

    Tanks again,
    Asaf

    Plugin Author YOP

    (@yourownprogrammer)

    Hello

    I see the code added to the page but it looks like you missed a “.”

    Here’s what you have

    basic-yop-poll-container li.basic-answer:before { content: none; }

    And here’s how it should be

    .basic-yop-poll-container li.basic-answer:before { content: none; }

    Please let us know when its updated so we can take another look.

    Thread Starter asafadd

    (@asafadd)

    Great news!

    This did the trick! Thank you very much @yourownprogrammer

Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.