Hey,
This is AJ the developer, sorry for the delated reply. I didn’t get any email from WordPress about this new comment but gone one for the newer one and noticed this one hadn’t been replied to ??
Anyway, there isn’t a built-in way for this since there aren’t any custom JS events being added, you would have to dequeue the js file, tweak the code and re-enqueue your custom script.
Currently the plugin already adds a “has-easy-notification-bar” classname to the body tag, but this should be removed when dismissed. So then you can target the body using body:not(.has-easy-notification-bar){} – I will fix the issue and push out the fix. Thanks for bringing this to my attention!
– AJ