How to change color at Before & After

Hi!
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.
Thank you for help!

Comments

  • Hi,
    You have to use this Custom CSS code to make it changed
    1. .twentytwenty-handle{
      border: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;
      }
    Thanks
  • Thank you so much!
Sign In or Register to comment.