I would like to change the rounding of the optionally displayed button in the poll! I would like to request a code for it! ![]()
Hello there, @miko_zsolt_official ![]()
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 ![]()
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! ![]()
No problem! Please try to use the code below:
.es-button-base-container {
border-radius: 10px !important;
}
It works perfectly, thank you very much! ![]()
It’s my pleasure ![]()
Is it possible to center-align the text of the question? ![]()
Yep, here is the code:
.es-widget-question {
text-align: center;
}
Great, thank you so much! You’re amazing! ![]()
Thank you for your kind words! You’re always welcome ![]()