Title: Repeat Image Brackground
Last modified: August 30, 2016

---

# Repeat Image Brackground

 *  Resolved [The Wachamacallit](https://wordpress.org/support/users/ineed-help/)
 * (@ineed-help)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/repeat-image-brackground/)
 * Hello Birds Support
 * Could you please help me repeat the image background on the login page?
    It currently
   blows the image up to a full screen type of effect. I would like it to display
   the actual size in pixels and repeat both X & Y.
 * This is what I currently have in the custom CCS tab:
 * body {
    background-image: url(“[http://www.thegojc.com/wp-content/uploads/bg.jpg&#8221](http://www.thegojc.com/wp-content/uploads/bg.jpg&#8221););
   background-repeat: repeat; }
 * [https://wordpress.org/plugins/birds-custom-login/](https://wordpress.org/plugins/birds-custom-login/)

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

 *  Plugin Author [Frederic Serva](https://wordpress.org/support/users/fredserva/)
 * (@fredserva)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/repeat-image-brackground/#post-6395225)
 * Try using:
 *     ```
       .background-cover {
           background: url("http://www.thegojc.com/wp-content/uploads/bg.jpg") repeat !important; }
       ```
   
 *  Thread Starter [The Wachamacallit](https://wordpress.org/support/users/ineed-help/)
 * (@ineed-help)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/repeat-image-brackground/#post-6395239)
 * Hello Federic,
 * Thank you very much for your reply.
    I copied and pasted exactly the code you
   provide me with but it had no effect. Any other ideas?
 *  Plugin Author [Frederic Serva](https://wordpress.org/support/users/fredserva/)
 * (@fredserva)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/repeat-image-brackground/#post-6395241)
 * Yes…
    Open **apply-css.php** in the **birds-custom-login/admin/settings** folder.
   Find line 422. Change
 * >  `no-repeat center center fixed`
 * to
 * >  `repeat`
 * Then delete lines 423, 424, 425, 426
    Save the file.
 *  Thread Starter [The Wachamacallit](https://wordpress.org/support/users/ineed-help/)
 * (@ineed-help)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/repeat-image-brackground/#post-6395243)
 * AWESOME!! Thank you very much Frederic, that really did it!
 *  Thread Starter [The Wachamacallit](https://wordpress.org/support/users/ineed-help/)
 * (@ineed-help)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/repeat-image-brackground/#post-6395244)
 * …. Oh, what about the updates?
    I would have to manually do this again right??
   If this is the case maybe it will be a great idea to include it as a setting 
   within the admin?
 *  Plugin Author [Frederic Serva](https://wordpress.org/support/users/fredserva/)
 * (@fredserva)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/repeat-image-brackground/#post-6395248)
 * Don’t worry for the next update: I’ll do a setting for repeating or not the image(
   default: fullscreen for compatibility with previous versions).
 *  Thread Starter [The Wachamacallit](https://wordpress.org/support/users/ineed-help/)
 * (@ineed-help)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/repeat-image-brackground/#post-6395249)
 * ALL RIGHT!! Thank you so much again!
    Birds Custom Login is the best one I tried
   so far!
 *  Thread Starter [The Wachamacallit](https://wordpress.org/support/users/ineed-help/)
 * (@ineed-help)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/repeat-image-brackground/#post-6395275)
 * Hello Frederic,
    I really don’t mean to be pushy… Did you forgot about the “Repeat
   Image Background” setting? Remember you said you would include it in the next
   update?
 *  Plugin Author [Frederic Serva](https://wordpress.org/support/users/fredserva/)
 * (@fredserva)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/repeat-image-brackground/#post-6395276)
 * I know I promised.
    But I received so many requests to add new features that 
   I had to rewrite much of the plugin. It did take a long time. So I decided to
   release a premium plugin. [Take a look here](http://www.tenbirdsflying.com/theme/birds-custom-login-premium/)
 *  Thread Starter [The Wachamacallit](https://wordpress.org/support/users/ineed-help/)
 * (@ineed-help)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/repeat-image-brackground/#post-6395277)
 * I see… all right thank you.

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

The topic ‘Repeat Image Brackground’ is closed to new replies.

 * ![](https://ps.w.org/birds-custom-login/assets/icon-256x256.png?rev=2259937)
 * [Birds Custom Login](https://wordpress.org/plugins/birds-custom-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/birds-custom-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/birds-custom-login/)
 * [Active Topics](https://wordpress.org/support/plugin/birds-custom-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/birds-custom-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/birds-custom-login/reviews/)

## Tags

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

 * 10 replies
 * 2 participants
 * Last reply from: [The Wachamacallit](https://wordpress.org/support/users/ineed-help/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/repeat-image-brackground/#post-6395277)
 * Status: resolved