Custom Poll Styles
Contents
Related
A custom poll style allows you to to make a poll look anyway you wish. There are two options when creating a new poll style. You can use our visual editor or you can enter your own CSS for the style.
Please note: custom styles will only work with the Javascript polls.
Visual Style Editor
The visual style editor is the easiest and quickest way to create a poll style. To get started, click on the ‘polls’ menu, and then choose ‘custom poll styles’. From here simply click on the ‘Create a new style’ button.
On the style editor page you will see some editing options on the left and a live demo of the poll style on the right. As you choose colors, fonts and styles on the left, the poll will update on the right.

Once you are happy with your style you can save it. Now when you create a new poll or edit an old one, your new style will be available in the ‘custom style’ drop down.
Create a poll style with CSS (advanced)
If you know CSS, then you can pretty much control all aspect of the poll style. To create a CSS based style, follow the steps above for the visual style editor, but when you get to the visual editor, look to the bottom right of the page for the option to ‘Enter CSS Directly.’
All of our polls are built with a series of HTML <DIV> tags, which have a certain CSS class associated with each of them. You can edit these CSS classes to choose your own colors and layouts etc.
Poll CSS Guide
Below is a diagram explaining which classes are associated with which HTML DIVs in the make up of our polls.

