Hi,
I am trying to do the Gold Foil effect on a Headline element on my website, I am using this method. But I am not sure how to implement this with the $el code you have on your theme.
This is the code and am already referencing the image on the library:
.gold-text {
color:#c3a343;
-webkit-text-fill-color: transparent;
background: -webkit-linear-gradient(transparent, transparent),
url(http://xbureau.net/private-sound/wp-content/uploads/2021/12/Gold_Low_Res_01.jpg) repeat;
background: -o-linear-gradient(transparent, transparent);
-webkit-background-clip: text;
}
But is not creating the desired effect.
Can someone help me?
The instructions to do this I found it on this page:
Thanks
Rouille