Search Divi Plus Documentation

Search for answers or browse our knowledge base.

< All Topics
Print

How to disable particles background on mobile?

To disable the particles background on mobile Add the following CSS code to Divi Theme Options.

@media screen and (max-width: 480px)
 {
   canvas.particles-js-canvas-el {
   display: none;
}
}

Was this article helpful?
0.5 out Of 5 Stars

2 ratings

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