Have the option to make the edges rounded. Like you can do on the slider.
1 Like
Hi there @ProBike ![]()
We agree that this setting would be really helpful. We’ll try our best to think about its implementation in the future updates ![]()
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 ![]()
The code worked great, thank you.
1 Like
No sweat ![]()