Rounded Edges

Have the option to make the edges rounded. Like you can do on the slider.

1 Like

Hi there @ProBike :wave:

We agree that this setting would be really helpful. We’ll try our best to think about its implementation in the future updates :slightly_smiling_face:

As for now, this code should do the trick:

.global-styles, [class*="PairSliderPicture__Container-sc"] {
    border-radius: 10px;
    overflow: hidden;
}

Add it to the Custom CSS field on the Style tab of your widget’s settings and let me know if it helped :slightly_smiling_face:

The code worked great, thank you.

1 Like

No sweat :wink: