Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hi there,

    You can do this using CSS. Something like the following should work..

    .scroll-triggered-box{ background: url("https://link-to-image-file.jpg") no-repeat; }

    Hope that helps!

    Thread Starter techryan

    (@techryan)

    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?

    Plugin Author Danny van Kooten

    (@dvankooten)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding Background Image to Box’ is closed to new replies.