Notifications
Clear all

A Poll with only poll option!

4 Posts
2 Users
0 Likes
805 Views
Posts: 20
Customer
Topic starter
(@beyondforce)
Member
Joined: 5 years ago

Hey guys,

There are 2 default poll options and I need only one.
It won't allow me to create a poll with only 1 poll option, How can fix that?

Thanks.

3 Replies
Elvina
Posts: 1403
(@elvina)
Support
Joined: 5 years ago

Hi @beyondforce,

I'm sorry but we don't follow you well. Please try to explain in other words or by using some screenshots.

Reply
2 Replies
Customer
(@beyondforce)
Joined: 5 years ago

Member
Posts: 20

@elvina

Here you go:

2020 05 26 120628
Reply
Elvina
(@elvina)
Joined: 5 years ago

Support
Posts: 1403

@beyondforce,

The wpForo Polls designed to have at least two options, so we don't recommend making those changes. However, if to hide one of the options please use the following CSS code:

div#wpf-poll-options :nth-child(2) {
display: none !important;
}

The CSS code should be added in the  Dashboard > Forums > Settings > Styles admin page, put the following CSS code in the "Custom CSS Code" textarea.

In any case please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.

Reply
Share:
Scroll to top