Hello,
I want all the text gradient to have different color..
<h3 class="section-title h3 text-gradient" data-aos="fade-up"><span>Onze</span></h3>
What css code i have to add and where? If i change it in custom.css the background changes instead of the text.
.text-gradient {
background: linear-gradient(to right, #99a793 20%, #095e54 30%, #000000 70%, #095e54 80%);
}
I want the primary and seconday color and black as gradients.
Thanks!