Poll button radius

I would like to change the rounding of the optionally displayed button in the poll! I would like to request a code for it! :slightly_smiling_face:

Hello there, @miko_zsolt_official :waving_hand:

Sure, this code will do the trick:

.es-answer-button-container {
  border-radius: 10px!important;
}

Please add it to the Custom CSS field on the Settings tab and let me know if it worked :slightly_smiling_face:

Great, thanks! I’d like to do the same thing with the button that appears in the results view. It would be great if I could get the code for that, too! :slightly_smiling_face:

No problem! Please try to use the code below:


.es-button-base-container {
   border-radius: 10px !important;
}

It works perfectly, thank you very much! :slightly_smiling_face:

It’s my pleasure :wink:

Is it possible to center-align the text of the question? :slightly_smiling_face:

Yep, here is the code:

.es-widget-question {
  text-align: center;
}

Great, thank you so much! You’re amazing! :slightly_smiling_face:

Thank you for your kind words! You’re always welcome :blush: