I understand you don’t help with customization and I appreciate what you did. However, here’s the exact code you gave me and it does not work: https://www.videomvp.com/test2.html
I’m using Dreamweaver and it does not show any open tags.
It doesn’t make sense to me that this code works:
<section class=”section border-0 p-relative”>
<div class=”particles-wrapper z-index-1″>
<div id=”particles-1″></div>
</div>
<div class=”container”>
<div class=”row py-5 my-5″>
<div class=”col text-center py-5″>
<h4 class=”m-0 text-5-5″>Moving Particles</h4>
</div>
</div>
</div>
</section>
but as soon as I change one digit (particles-1) to 2, 3, or 4 it does not. It feels like a bigger issue than just my custom code.