• It works, but it was hard to find how to make this a background. For anyone who’s looking for a solution, I used this code:
    `
    div#rn-pbwp-div {
    position:absolute!important;
    z-index:-1!important;
    }
    `
    Then it appears on top of the WP backend, so it’s kind of messy. But at least the front end looks and works good.

    If the app doesn’t get updated, I will probably find a way to integrate particles.js manually.

  • The topic ‘particles.js works, but the plugin not so much.’ is closed to new replies.