Video Tutorial:
My apologies for the terrible audio, I’m working on it 😅
This is a tutorial on creating a Parallax Text Stroke Effect easily, using Elementor and a tiny line of CSS. I’ve seen this used in a lot of websites recently and was inspired by some awwwards.com websites, and also an old Elementor tutorial on adding a stroke to the heading widget.
So I thought this would be interesting to try out. Subscribe to the channel to get updates on new tutorials, I have a lot more crazy ideas to try out 😁
CSS for creating the stroke effect:
.stroke h2 { -webkit-text-stroke: 2px #fff; }