Hi there,
You can do this using CSS. Something like the following should work..
.scroll-triggered-box{ background: url("http://link-to-image-file.jpg") no-repeat; }
Hope that helps!
Hey Danny! Thanks for the reply. I was pretty confident it could be done using css but I’m not sure where the css goes for the specific plugin. Can you advise?
Hi Ryan,
You can just add the CSS to your theme its stylesheet (style.css file), for example by using the Theme Editor under Appearance > Editor in your WP Admin.
I don’t recommend editing the plugin files as all changes will be overwritten when updating the plugin.