Title: Placing a Background image
Last modified: November 9, 2021

---

# Placing a Background image

 *  [romanwisz](https://wordpress.org/support/users/romanwisz/)
 * (@romanwisz)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/placing-a-background-image/)
 * Hi, so this is my homepage _[ redundant link removed ]_. There is a login form
   there as the website is meant to be restricted to registered users only.
    I would
   like to make this page a little bit nicer design-wise and was wondering if I 
   could add a background image behind that form. Or even better, have a background
   image and just have the white bars of the form display on top of it (a bit like
   what you’d see on the airbnb website). I’ve installed a plugin that lets me write
   Css on each individual page and tried half a dozens different pieces of code 
   that I found here and there, but the best I could get was a little bit of image
   show at the very bottom of the page so it wasn’t of much use. Any advice ? Thanks
   a lot for the help
    -  This topic was modified 4 years, 6 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fplacing-a-background-image%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Phill](https://wordpress.org/support/users/phillsav/)
 * (@phillsav)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/placing-a-background-image/#post-14999418)
 * You can add a background image behind the form using custom css. An example might
   be like below:
 *     ```
       .wpcf7
       {
       background: url(https://yourwebsite.com/wp-content/uploads/yourimage.jpg);
       }
       ```
   
 *  Thread Starter [romanwisz](https://wordpress.org/support/users/romanwisz/)
 * (@romanwisz)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/placing-a-background-image/#post-14999422)
 * Thank you for your answer, I just did, but nothing seems to happen
 *  [Kuldeep](https://wordpress.org/support/users/soberbanda/)
 * (@soberbanda)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/placing-a-background-image/#post-14999427)
 * [@romanwisz](https://wordpress.org/support/users/romanwisz/) Try this:
 *     ```
       .ur-frontend-form.login {
         background-image: url("yourimage.gif");
         }
       ```
   
 * Let me know 🙂
 *  Thread Starter [romanwisz](https://wordpress.org/support/users/romanwisz/)
 * (@romanwisz)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/placing-a-background-image/#post-14999432)
 * Thank you, nothing happens 🙂
 *  Thread Starter [romanwisz](https://wordpress.org/support/users/romanwisz/)
 * (@romanwisz)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/placing-a-background-image/#post-14999434)
 * oh wait sorry, it does, couldn’t see it as I was logged in
 *  Thread Starter [romanwisz](https://wordpress.org/support/users/romanwisz/)
 * (@romanwisz)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/placing-a-background-image/#post-14999437)
 * do you know of any way to have an image behind the form as well ?
 *  [Kuldeep](https://wordpress.org/support/users/soberbanda/)
 * (@soberbanda)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/placing-a-background-image/#post-14999457)
 * [@romanwisz](https://wordpress.org/support/users/romanwisz/) Try this:
 *     ```
       .suki-content-inner.suki-section-inner {
           background-image: url("yourimage.gif");
          }
       ```
   
 * Let me know 🙂
 *  Thread Starter [romanwisz](https://wordpress.org/support/users/romanwisz/)
 * (@romanwisz)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/placing-a-background-image/#post-14999549)
 * That works perfectly, thanks a lot !
 *  [Kuldeep](https://wordpress.org/support/users/soberbanda/)
 * (@soberbanda)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/placing-a-background-image/#post-14999562)
 * Awesome – You are Welcome 🙂

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

The topic ‘Placing a Background image’ is closed to new replies.

## Tags

 * ["background-image"](https://wordpress.org/support/topic-tag/background-image/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 9 replies
 * 3 participants
 * Last reply from: [Kuldeep](https://wordpress.org/support/users/soberbanda/)
 * Last activity: [4 years, 6 months ago](https://wordpress.org/support/topic/placing-a-background-image/#post-14999562)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
