How to add gradient to Title?
-
Hey there,
I want to apply gradient to title ? https://i.imgur.com/N6b5NE1.jpg
But for some reason, I’m not able to do this. Here is what I applied:
div#ez-toc-container p.ez-toc-title { background: -webkit-linear-gradient(-90deg,#adfbda 0,#35c3ff 30%,#fda399 50%,#76d880 70%,#ebf38b 90%,#adfbda 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
Could you please let me know what I’m missing and what else to add?
I’m looking for gradient something like this: https://css-tricks.com/snippets/css/gradient-text [I will change the color as per needed]
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to add gradient to Title?’ is closed to new replies.