Change border radius of divider

Add this code to the Custom CSS field on the Style tab of your Before and After Slider widget’s settings:

.global-styles,
[class*='PairSliderDivider__Bar-sc'] {
border-radius: 34px !IMPORTANT;
}
1 Like