Skip to content

Instantly share code, notes, and snippets.

@oooh-boi
Created January 16, 2020 10:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oooh-boi/b25f29433421f353e8d365e46a9d8f71 to your computer and use it in GitHub Desktop.
Save oooh-boi/b25f29433421f353e8d365e46a9d8f71 to your computer and use it in GitHub Desktop.
OoohBoi Video Tutorial : Gradient Text in Elementor PRO
/* EXAMPLE GRADIENTS */
/* To be used with Heading widget */
selector .elementor-heading-title {
background-image: linear-gradient(to right top, #ec2551, #c52a6e, #943979, #633e71, #3d3a59);
background-clip: text;
-webkit-background-clip: text;
}
/* To be used with Text Editor widget */
selector .elementor-text-editor {
background-image: linear-gradient(45deg, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
background-clip: text;
-webkit-background-clip: text;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment