Please at this to your CSS
-
With every update, I manually edit the polls-css.css file to add this line:
list-style-type: none !important;I occurred to me just now, that this should already be in there so that themes which spec a list style don’t have little dots or squares or etc. looming to the side of the poll option checkboxes.
Change:
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul { text-align: left; list-style: none; float: none; }to:
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul { text-align: left; list-style: none; float: none; list-style-type: none !important; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Please at this to your CSS’ is closed to new replies.