Note: We do not provide support for hacks, so use them at your own risk. If you're not comfortable with coding, we recommend against using this workaround.
To create a gradient background on a section, you have two options: Adding the background as a PNG or using custom CSS.
Option 1: Add a PNG background
Export a PNG of the complete gradient at a decent size (like 1280px x 720px) then scale the image fullscreen.
Option 2: Use a CSS gradient generator
1. First, add a custom class to your section.
2. Then use a CSS Gradient Generator to get the CSS for your gradient. Paste the CSS in the custom CSS section you created.
Example of CSS:
.gradient-section {
/* Gradient CSS Goes Here */
}