Hello,
my website is https://www.creterentcar.com and I am having the same problem with superpoh.
I added the code:
add_filter(‘tc_slide_title_tag’,’my_slider_title_tag’);
function my_slider_title_tag($content) {
return “h2”;
}
….exactly like this in functions.php but nothing happened.
Could you please help me out??
Thanks ??