Hi, I’m looking for CSS for to remove rounded corners on poll background - didn’t see anything at all in CSS Codes.
Thank you!
Hi, I’m looking for CSS for to remove rounded corners on poll background - didn’t see anything at all in CSS Codes.
Thank you!
Would like CSS for Poll width and border-radius please?
Thank you!
Hi there, @Shawn_Martin
This code will work for you:
[class*='answer-button__Container-sc'] {
border-radius: 0;
width: 200px;
}
Thanks Max unfortunately that is for the answer buttons I need for container.
Could you help with that?
Shawn Martin
FanYourLocal
Sorry for misunderstanding!
Here are the solutions:
.global-styles,
.es-embed-root {
max-width: 1000px !important;
}
[class*='WidgetBackground__Container-sc'] {
border-radius: 24px !important;
}