Round edges

Option to make announcement look something like this having rounded edges.

2 Likes

Hi there, @Chase2 :wave:

We agree that it would be great to have this option in the settings. We’ll try to think about it, especially if more users support this idea :slightly_smiling_face:

As for now, you can use this code in the Custom CSS field on the Style tab of your widget’s settings:

[class*="WidgetBackground__Container-sc"] {
  border-radius: 16px !important;
}
2 Likes