Search Divi Plus Documentation

Search for answers or browse our knowledge base.

< All Topics
Print

Hide the excerpt in the mobile view in DP Blog Post Slider

To show the excerpts on the desktop and tablet in the DP blog slider, but switch them off in the mobile view please add the following CSS in Divi Theme Option

@media screen and (max-width: 767px) {
    .dipl_blog_slider .dipl_blog_slider_content {
        display: none;
    }
}
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.