3 Color Gradiant Effect
/*
To use this code for headlines:
1. Replace "#yourCSSSelector" with your headline's CSS selector ID.
2. Customize the gradient by your colors.
*/
#yourCSSSelector h1 strong {
background: #121FCF;
background: linear-gradient(to right, #121FCF 0%, #00FF00 50%, #CF1512 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
Instructions
Create Headline element on Funnel
Paste code in Custom CSS
Click on Headline Element. Go to Advaced, and copy the CSS Selector
Go back to Custom CSS, replace "yourCSSSelector" with what you just copied.
Save
Last updated
Was this helpful?