• Resolved avataxi

    (@avataxi)


    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)
  • 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.