Search Divi Plus Documentation

Search for answers or browse our knowledge base.

< All Topics
Print

How to change arrow color in before-after slider module?

To fill the color in handle’s background and change arrow color add the below CSS in Divi Theme Options

.dipl_before_after_slider .dipl-before-after-slider-wrapper .twentytwenty-left-arrow  {
    border-right-color: #ffffff !important;
}
.dipl_before_after_slider .dipl-before-after-slider-wrapper .twentytwenty-right-arrow  {
    border-left-color: #ffffff !important;
}

.dipl_before_after_slider .dipl-before-after-slider-wrapper .twentytwenty-handle {
    
    background: #2ea3f2 !important;
}

Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.