Change size of navigation arrows

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

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

Im installing the css in the style tab but its not working.

1 Like

This code is for the arrows under the slider in Carousel layout. I’ve double-checked the code, and it works great :slightly_smiling_face:

1 Like