How to Create Gradient Text in GenerateBlocks

Опубликовано: 13 Май 2026
на канале: Adam Wright Design
774
22

Are you looking to add a unique effect with gradient colored text in GenerateBlocks? With just a little bit of CSS, you can!

Here's the CSS code I used in the tutorial:
.gradient-text {
background: linear-gradient(to right, #1e73be 0%, #06b2e5 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

Check out GenerateBlocks: https://generateblocks.com/

Check out my website at https://adamwrightdesign.com
Get in touch: [email protected]

If you enjoyed this video, please consider helping support by Subscribing to my channel and Liking the video.

Thanks for watching!