Search Divi Plus Documentation

Search for answers or browse our knowledge base.

< All Topics
Print

Why slider arrows are not visible when the arrow position is set outside in the image card carousel?

The arrow is not visible because rounded corners have been added to the image card carousel. The addition of rounded corners applies the CSS property “visibility: hidden”.

To make the arrow visible again, add the following CSS code in the Divi theme options.

.dipl_image_card_carousel {
    overflow: visible !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.