Okay
  Public Ticket #1963463
Image comparison
Closed

Comments

  •  7
    Nofollow started the conversation

    Hi,

    How can I modify image comparison blue bar color ?

    Thank you

    Best regards

  •  8,996
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .twentytwenty-handle,.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
        background-color: #000 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  7
    Nofollow replied

    Perfect, thank you !