Hey Support team,
thanks for the new updates - Im totally in love with the marquee function.
Now I tried to make the marquee text go transparent and outlines appear when hovering it.
The outlines work perfectly fine, but somehow I'm not able to make the text itself transparent (or black would be fine for me too).
Here's the css code I'm using
.marquee:hover
{
color: rgba(0, 0, 0, 0) !important;
text-shadow:
-2px -2px 0 #ff0000,
2px -2px 0 #ff0000,
-2px 2px 0 #ff0000,
2px 2px 0 #ff0000;
}
I also tried to use
opacity: 0;
but of course the outlines will be transparent too – Is there anyway to fix that code?
That's the page Im talking about: https://bennyxan.de/about/
Thank you so much for your help and for the new updates!
Benny