How to change a poll view with custom CSS

Последнее изменение:


Our default poll module looks like this:

Image 17385


If you would like to change the view to this:

Image 17386


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

Эта статья была полезна для 11 людей. Эта статья помогла Вам?