Hello,
Please try ..
1- To add any text in “Testimonials subtitle”
2- To replace this in testimonials.php in “sections” folder inside your theme
echo ‘<h2 class=”white-text”>’.$zerif_testimonials_title.'</h2>’;
with..
echo ‘<h2 class=”white-text”>’.wp_kses_post( $zerif_testimonials_title ).'</h2>’;
I don’t understand what was the problem, but after I do that it works for me.
Thank you.