How to change a poll view with custom CSS
Last modified:
Our default poll module looks like this:

If you would like to change the view to this:

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    ";}