How to change a poll view with custom CSS

Last modified:


Our default poll module looks like this:

Image 8995


If you would like to change the view to this:

Image 8996


Simple add this CSS in you custom CSS section.

.poll_variants .pv_vote_indicator{display:none;}
.poll_variants .poll_variant .pv_name:before {content: "\f10c    ";font-family: "FontAwesome";}
.poll_variants .poll_variant.checked .pv_name:before {content: "\f00c    ";}

This article was helpful for 16 people. Is this article helpful for you?
Report an error
Still need help? New ticket