MyBB Community Forums
How to Style Poll this way? - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Themes (https://community.mybb.com/forum-103.html)
+---- Forum: Theme Development (https://community.mybb.com/forum-105.html)
+---- Thread: How to Style Poll this way? (/thread-211141.html)



How to Style Poll this way? - Kioshi - 2017-06-21

How could I style Polls like this:

[Image: 687474703a2f2f692e696d6775722e636f6d2f46...6a2e706e67]

I'd love to have my polls designed this way.


RE: How to Style Poll this way? - Ashley1 - 2017-06-21

(2017-06-21, 06:40 PM)Kioshi Wrote: How could I style Polls like this:

[Image: 687474703a2f2f692e696d6775722e636f6d2f46...6a2e706e67]

I'd love to have my polls designed this way.

polls_showresults_resultbit template

and global.css

.pollbar {
	background: url(images/pollbar.png) top left repeat-x;
	border: 1px solid #3f3f3f;
	height: 10px;
}

pollbar.png is a repeating image so you will probably have to create a new one.