• Resolved Dlo015

    (@bubbles015)


    My Poll question is tiny font, much smaller than the answers list.

    Because there is no option to change font size in the “Appearance” tab of the poll editor (Why? Seems like this should be a simple drop-down menu) I am tediously trying to increase the font size using the “Custom CSS” box at the bottom of the “Appearance” tab.

    I have entered code

    .forminator-poll–question { font-size:25px;}

    and nothing changes. It’s not adjusting the font size of my question.

    Can anyone please help with this?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Saurabh – WPMU DEV Support

    (@wpmudev-support7)

    Hi @bubbles015 sorry for the delay on this one.

    Could you please also add the ID of the poll?
    #forminator-module-ID .forminator-poll--question { font-size: 25px; }

    In my case, the poll ID is 105 so I added it like this:
    #forminator-module-105 .forminator-poll--question { font-size: 25px; }

    Hope this helps, let us know if you have any further questions.

    Thread Starter Dlo015

    (@bubbles015)

    Where do I find the poll ID?

    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @bubbles015

    I trust you are doing well!

    The poll ID can be found in a shortcode. Copy poll shortcode and check the ID number mentioned. For example [forminator_poll id="11"] poll ID in this case is 11.

    Hope this helps!

    Cheers,
    Nastia

    Thread Starter Dlo015

    (@bubbles015)

    There is no way for me to simply view the shortcode unless I hit “copy shortcode” (which it doesn’t actually show the code) and then paste it somewhere within my blog post, just so I can see it. THEN I have to look through the code for this ID number you’re telling me to find. THEN go back into the code editor in my wordpress, click on “appearance,” enter this convoluted CSS code….all just to increase the font size of my Poll Question?

    Sorry, but this is too time-consuming for something as simple as customizing the font size.

    I suggest you add this feature to your “Appearance” tab when users are creating their polls.

    I’m going to have to delete this plugin, unfortunately, because if I have to go through this silly process for every single poll I want to put on my site, it’s not worth the time.

    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello there @bubbles015,

    hope you’re doing well and I’m sorry for the frustration here.

    You could still surpass this by using the Custom CSS in the poll edit screen like so: .forminator-poll--question { font-size: 25px !important; }
    screenshot: https://take.ms/nOa4K

    Warm regards,
    Dimitris

    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello there @bubbles015,

    it’s been a while since we’ve heard back from you so I’m marking this as resolved. Feel free to post back any updates and re-open this and we can carry on troubleshooting. ??

    Thank you,
    Dimitris

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Unable to change font size of poll question’ is closed to new replies.