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.
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.
Great news!
This did the trick! Thank you very much @yourownprogrammer