Hi,
In elements > headers, I can see the option to select a “Background Overlay”, and a corresponding “Background Color”. I then notice that this outputs a background-image gradient, eg:
background-image: linear-gradient(0deg, rgba(211,211,210,0.1),rgba(211,211,210,0.1))
against class “.page-hero”
Is it possible to use a gradient with 2 values, or modify the gradient further, eg to
linear-gradient(-90deg, rgba(255,0,0,0.1),rgba(0,255,255,1))
can this be done via a function?
Many thanks
Ben