April 11, 2024 at 1:15 am
#10044647
Keymaster
Hello,
1) We don not recommend to use animated letters to long texts (multiple paragraphs), but if you still want to use it you need to change ‘minWindowWidth’: from 992 to 0.
<h2 class="text-5 mb-0" data-plugin-animated-letters data-plugin-options="{'animationName': 'fadeInUpShorter', 'animationSpeed': 20, 'startDelay': 0, 'minWindowWidth': 0}">
2) Add these classes in that block only:

3) Add this:
(css/custom.css)
.testimonial.testimonial-with-quotes blockquote:before {
color: var(--primary) !important;
}
Best Regards.