javascript - Using hover through Particles.js -


js , provided heading inside particle-js div. can't use heading1:hover. tried

#particles-js {pointer-events : none;} 

but did not work.

link website (you can use inspect): http://freshdesignz.000webhostapp.com/

the problem is, particle-js overlaps h1 tag. possible solution set z-index h1 value > 0.

the problem you'll face mouse pointer triggers hover of h1 , not particle effect if focus on h1 element. can reduce of h1 improve ux


Comments