Hello,
You can replace the “BUTTON LABEL” in the php file with this <?php echo esc_html_e(‘BTN-TITLE’,’zerif-lite’);?>
Then add “BTN-TITLE” to your .po file and translate it
Thank you
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.