How to change color at Before & After
Images that I'm using in Before After are pretty white so I can barely see the handling - circle with arrows is also white. So how can I change colors of the circle and the arrows?
Also it will be good to change colors of text "Before" and "After" along with background.
Comments
.twentytwenty-handle{
Thanksborder:2px solid red !important;
}
.twentytwenty-handle:before, .twentytwenty-handle:after{
background:red !important;
box-shadow:none !important;
}
.twentytwenty-left-arrow{
border-right-color:red !important;
}
.twentytwenty-right-arrow{
border-left-color:red !important;
}