Title: Background doesn&#8217;t show
Last modified: October 24, 2019

---

# Background doesn’t show

 *  Resolved [timgimeg](https://wordpress.org/support/users/timgimeg/)
 * (@timgimeg)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/background-doesnt-show/)
 * Hi,
 * Everytime I select a new background, after publishing it shows the default background
   colour again. Same with some of the text colour settings. I’m not sure why this
   happens, cause other settings it does show on the front-end. For example the 
   logo and colour of the buttons.
 * How can I solve this?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbackground-doesnt-show%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [timgimeg](https://wordpress.org/support/users/timgimeg/)
 * (@timgimeg)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/background-doesnt-show/#post-12061598)
 * Now that i look again, the logo goes to default as well…
 *  Plugin Contributor [Abdul Wahab](https://wordpress.org/support/users/abdulwahab610/)
 * (@abdulwahab610)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/background-doesnt-show/#post-12064077)
 * Hi, [@timgimeg](https://wordpress.org/support/users/timgimeg/)
 * Actually, your theme’s style overrides on the LoginPress style. You have two 
   options here to overcome the issue.
    1 – Turn off the `background-color` from
   the theme option. Or 2 – Add the following CSS snippet into LoginPress > Custom
   CSS/JS > Custom CSS section and change the color code whichever you want. [Helping Video](https://youtu.be/Pp8rq57TEyQ)
 *     ```
       body.login{
           background-image: url(https://travellife.nu/wp-content/uploads/2019/10/Background-Gimeg.png) !important;
       }
       ```
   
 * Thank you.
 *  Thread Starter [timgimeg](https://wordpress.org/support/users/timgimeg/)
 * (@timgimeg)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/background-doesnt-show/#post-12064359)
 * Hi Abdul,
 * That almost did the trick! It does show the background, but repeated. I tried
   with some basic css to make sure it covers the whole screen. I added this
    “background-
   position: center; background-repeat: no-repeat; background-size: cover;”
 * But that doesn’t do the trick. Could you provide me with the right code?
 *  Plugin Contributor [Abdul Wahab](https://wordpress.org/support/users/abdulwahab610/)
 * (@abdulwahab610)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/background-doesnt-show/#post-12071197)
 * Hello, [@timgimeg](https://wordpress.org/support/users/timgimeg/)
 * Here’s a CSS snippet.
 *     ```
       body.login{
           background-image: url(https://travellife.nu/wp-content/uploads/2019/10/Background-Gimeg.png) !important;
           background-position: center !important;
           background-repeat: no-repeat !important;
           background-size: cover !important;
       }
       ```
   
 * Thank you.
 *  [matias666](https://wordpress.org/support/users/matias666/)
 * (@matias666)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/background-doesnt-show/#post-12077708)
 * Background don´t show and I have this error:
    Notice : login_headertitle ha quedado
   obsoleto desde la versión 5.2.0. Utiliza login_headertext en su lugar. El uso
   del atributo title en el logo de inicio de sesión no se recomienda por razones
   de accesibilidad. Utiliza el texto del enlace en su lugar. in /home/abrilinmobiliari/
   public_html/wp-includes/functions.php on line 4716
 *  Plugin Contributor [Abdul Wahab](https://wordpress.org/support/users/abdulwahab610/)
 * (@abdulwahab610)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/background-doesnt-show/#post-12078873)
 * Hello, [@matias666](https://wordpress.org/support/users/matias666/)
 * The error you are facing has been fixed in version 1.1.24 on 2019-05-10.
    Please
   open a new ticket for the Background issue.
 * Thank you.
 *  Thread Starter [timgimeg](https://wordpress.org/support/users/timgimeg/)
 * (@timgimeg)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/background-doesnt-show/#post-12078972)
 * Thank you for your help! So, when adding ” !important; ” it overrules the main
   stylesheet/theme?
 *  Plugin Contributor [Abdul Wahab](https://wordpress.org/support/users/abdulwahab610/)
 * (@abdulwahab610)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/background-doesnt-show/#post-12079342)
 * You are welcome [@timgimeg](https://wordpress.org/support/users/timgimeg/)
 * Yes. `!important` override the main stylesheet/theme.
 * We hope that you will like LoginPress. Your feedback and support mean a lot to
   us.
    Will you please review the LoginPress and give us [max stars](https://wordpress.org/support/plugin/loginpress/reviews/#new-post)?
   It will mean a lot to us, and will not disappoint you.
 * Thank you.

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

The topic ‘Background doesn’t show’ is closed to new replies.

 * ![](https://ps.w.org/loginpress/assets/icon-256x256.png?rev=3005027)
 * [LoginPress | wp-login Custom Login Page Customizer](https://wordpress.org/plugins/loginpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/loginpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/loginpress/)
 * [Active Topics](https://wordpress.org/support/plugin/loginpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/loginpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/loginpress/reviews/)

 * 8 replies
 * 3 participants
 * Last reply from: [Abdul Wahab](https://wordpress.org/support/users/abdulwahab610/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/background-doesnt-show/#post-12079342)
 * Status: resolved