Title: Gradient Background
Last modified: January 28, 2017

---

# Gradient Background

 *  Resolved [eemad](https://wordpress.org/support/users/eemad/)
 * (@eemad)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/gradient-background-2/)
 * Hi,
 * How can i give a gradient background in this plugin??
 * Thanks!

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

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/gradient-background-2/#post-8710166)
 * Hello [@eemad](https://wordpress.org/support/users/eemad/),
 * Include a gradient will require a little modification.
 * – Open the “/wp-content/plugins/loading-page/css/loading-page.css” file with 
   the text editor of your choice.
 * – and paste at the end of its content a style definition similar to the following
   one:
 *     ```
       .lp-screen{
       	/* fallback */
         background-color: #1a82f7 !important;
   
         /* Safari 4-5, Chrome 1-9 */
         background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#2F2727)) !important;
   
         /* Safari 5.1, Chrome 10+ */
         background: -webkit-linear-gradient(top, #2F2727, #1a82f7) !important;
   
         /* Firefox 3.6+ */
         background: -moz-linear-gradient(top, #2F2727, #1a82f7) !important;
   
         /* IE 10 */
         background: -ms-linear-gradient(top, #2F2727, #1a82f7) !important;
   
         /* Opera 11.10+ */
         background: -o-linear-gradient(top, #2F2727, #1a82f7) !important;
   
       }
       ```
   
 * Of course, using the preferred colors codes.
 * – And finally, clear the browser’s cache.
 * Best regards.
 *  Thread Starter [eemad](https://wordpress.org/support/users/eemad/)
 * (@eemad)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/gradient-background-2/#post-8710672)
 * wow!
 * Thanks a lot!

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

The topic ‘Gradient Background’ is closed to new replies.

 * ![](https://ps.w.org/loading-page/assets/icon-256x256.gif?rev=2316939)
 * [Loading Page with Loading Screen](https://wordpress.org/plugins/loading-page/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/loading-page/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/loading-page/)
 * [Active Topics](https://wordpress.org/support/plugin/loading-page/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/loading-page/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/loading-page/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [eemad](https://wordpress.org/support/users/eemad/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/gradient-background-2/#post-8710672)
 * Status: resolved