Hey,
In the main menu go to “Templates” and drag your mouse over the “White” template. You will see 3 options: Edit, Delete and Clone. Click on Clone.
This will create a new template, called “White – clone”.
Edit the “White- clone” template and change its name from “White – clone” to “Brown”.
Also, in the CSS section of this template, replace
#yop-poll-container-%POLL-ID% {
width:200px;
background: #fff;
padding:10px;
color:#555;
overflow:hidden;
font-size:12px;
}
with
#yop-poll-container-%POLL-ID% {
width:200px;
background: brown;
padding:10px;
color:#fff;
overflow:hidden;
font-size:12px;
}
and save it.
Next, edit the poll you use and in “Other Options” section, at “Poll Template:” simply choose the new template you created.
Best regards,
YOP Team