Plugin Author
YOP
(@yourownprogrammer)
Hello
It looks like your theme css is hiding radio boxes.
Could you add a custom css rule to your theme?
If so we can send over the rule.
Best
YOP Team
Thread Starter
wosei
(@wosei)
Yes,
Please send over the rule. This is strange because we are using the poll on another site thepittsburgh100.com, which uses the same theme with this plugin, but is not having the same issue.
Plugin Author
YOP
(@yourownprogrammer)
Hello
Here are the rules you will need to add
.basic-yop-poll-container input[type=radio] {
-webkit-appearance: radio;
-moz-appearance: radio;
}
.basic-yop-poll-container input[type=checkbox] {
-webkit-appearance: checkbox;
-moz-appearance: checkbox;
}
Please let us know when added so we can run a test.
Best
YOP Team