Gradient background for a section

Hi - I want to apply a gradient background (created from https://cssgradient.io/), but I’m not quite sure where to apply the gradient background.

Please could you help?

I have attached a screenshot.

Hi @jensjakobsen,

Thank you for reaching out to us. You can add the gradient background code in the Element CSS of the section e.g:

$el {
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}

To learn more about Element CSS please see https://theme.co/docs/element-css

Hope this helps!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.