Referring to the slider on the home page. All is H1.
hi Menaka,
i use
add_filter( ‘tc_site_title_tag’, ‘my_title_tag’ );
function my_title_tag($content) {
return “h3”; //Change to h3 if needed
}
pasted the above at function.php , still cannot change from H1 to H2 OR h3.
Hi, Menaka
Thanks for your help. But i am not using the child-theme of Customizr.I have seen some solutions using child theme, but I do not have any child themes in my website.
The title tag in the Customizr slider is using H1.
How do I change it to H2 or H3?
Is there a simpler solution to change the H1 title tag to H2 or H3?
Thank you.