Change size and color of the divider arrows

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

[class*="PairSliderDivider__Arrow-sc"] {
transform: scale(1.5);
}
[class*="PairSliderDivider__Arrow-sc"] path {
fill: rgb(0, 255, 98);
}

Guys, if this code was helpful to you, please drop a line in the comments. Your feedback helps us improve our services and provide better solutions :slightly_smiling_face: