Search Divi Plus Documentation

Search for answers or browse our knowledge base.

< All Topics
Print

Show before-after slider label all the time

If you want to show the label of the Divi Plus before after slider all the time, add the following CSS snippet to the page or the Divi Theme Option’s custom CSS area

.twentytwenty-after-label{
opacity: 1;
}

.twentytwenty-before-label{
opacity: 1;
}

If it doesn’t work, try the following

.twentytwenty-after-label{
opacity: 1 !important;
}

.twentytwenty-before-label{
opacity: 1 !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.