Radial Gradient as Background in Headerbuilder?
-
Hey,
Is it possible to create a radial gradient in the background of the header, without using an image?
Thanks.
Hello,
You can use the solid color for you header rows except of using an image, from the “Colors” tab in the row settings.
Screenshot for clarification: https://jmp.sh/DDILy7t
There is no such option in the header settings for applying “radial gradient”. But with the below CSS code you can apply radial gradient on some specific row of header.
.whb-header .whb-general-header{
background: radial-gradient(#e66465, #9198e5);
}
Result: https://jmp.sh/F3CeCNL
Best Regards.