Title: Background Colour Gradient
Last modified: January 13, 2019

---

# Background Colour Gradient

 *  Resolved [avataxi](https://wordpress.org/support/users/avataxi/)
 * (@avataxi)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/background-colour-gradient/)
 * Hey guys!
 * I’m relatively new to Webdesign, especially with Elementor, so sorry, if this
   is a stupid question, but i cannot find any satisfactory solution to this problem.
 * I’m making a page for a tennis club, and would like for some pages to have a 
   gradient colour scheme from grey to blue to be the background of the whole page.
   is there a possibility to make this happen, regardless of how many sections there
   is? As I am doing it now, I make specific colour backgrounds for every section,
   but this is to clunky and not really what I want. Is there a possibility to give
   the whole page a background, that automatically extends as I add more sections?
 * If it’s important: I use Elementor Pro with the OceanWP theme.
 * Thanks a lot for your help!

Viewing 1 replies (of 1 total)

 *  [Donna Fontenot](https://wordpress.org/support/users/cavalierlife/)
 * (@cavalierlife)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/background-colour-gradient/#post-11087112)
 * Whole page backgrounds are usually controlled by the theme itself, but OceanWP
   might not have a gradient option for that. You might need to add some custom 
   css, something like:
 *     ```
       body {
         background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#55ACEE)) fixed;
       }
       ```
   

Viewing 1 replies (of 1 total)

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

 * ![](https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228)
 * [Elementor Website Builder - more than just a page builder](https://wordpress.org/plugins/elementor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/elementor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/elementor/)
 * [Active Topics](https://wordpress.org/support/plugin/elementor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/elementor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/elementor/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Donna Fontenot](https://wordpress.org/support/users/cavalierlife/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/background-colour-gradient/#post-11087112)
 * Status: resolved