Archived topic
Gradient background on page
3 replies · Started by Stef on October 7, 2018
I would like to create a gradient running from 10 percent cyan to transparent on a page using simple css. (not in the header)
Currently I am doing this with elementor, but it ended up being a cumbersome workaround.
I really think this should be a customisable feature that should be added without the need for additional css... possibly it has already been implemented in one form or another and I have not been looking properly.
Hi there,
where would this gradient be applied to the page? the body background?
The body background, yes.
This is a great site for generating gradients, then its simply a case of adding this CSS:
body {
copy and pasted gradient CSS here
}