Can anyone help me increase size of the arrows?

trying to increase the sizes of the arrows on the before and after slider widget

1 Like

Hey there @user12833 :wave:

Sure! Please add this code to the Custom CSS field on the Style tab of your widget’s settings:

.eapp-before-and-after-slider-navigation-arrow svg {
    width: 48px;
    height: 48px;
}

Give it a try and let me know if it helped :wink: