Title: Adding Background Image to Box
Last modified: August 21, 2016

---

# Adding Background Image to Box

 *  Resolved [techryan](https://wordpress.org/support/users/techryan/)
 * (@techryan)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/adding-background-image-to-box/)
 * Hi! I can’t seem to figure out how to add a custom background image to the box.
   Can someone assist?
 * [http://wordpress.org/plugins/scroll-triggered-boxes/](http://wordpress.org/plugins/scroll-triggered-boxes/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/adding-background-image-to-box/#post-4457830)
 * 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!
 *  Thread Starter [techryan](https://wordpress.org/support/users/techryan/)
 * (@techryan)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/adding-background-image-to-box/#post-4457833)
 * 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](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/adding-background-image-to-box/#post-4457834)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/scroll-triggered-boxes_a0af9c.svg)
 * [Scroll Triggered Boxes](https://wordpress.org/plugins/scroll-triggered-boxes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/scroll-triggered-boxes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/scroll-triggered-boxes/)
 * [Active Topics](https://wordpress.org/support/plugin/scroll-triggered-boxes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/scroll-triggered-boxes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/scroll-triggered-boxes/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/adding-background-image-to-box/#post-4457834)
 * Status: resolved