Do you mean as a poll where users can vote on a response? If so, there's a poll plugin developed by @Schamper.
https://community.nodebb.org/topic/1549/nodebb-plugin-poll-poll-plugin
SOLVED Changing color links only in posts
-
Question, how do I change the color of links in posts in the CCS without changing the color of all links.
I want to change this color and not the color of all links on the website.
-
in your custom css
.posts .content a { color: red; }
-
@baris it works
thanks for quick reply