The slider of the Customizr theme is used to attract attention to certain important posts. What if you want to give emphasis to some words in the Slider title, for instance, ‘FREE‘? Can you enlarge specific words in the title?
To achieve this effect, just paste this to your child theme’s functions.php.
/************************************************************************/ /* Change font size of specific words in Slider title /************************************************************************/ add_filter('tc_slide_title', 'my_slide_title'); function my_slide_title($content){ /* Adjust font-size and change word to suit your needs */ return str_replace('FREE','<span style="font-size: 200%;">FREE</span>',$content); }
2 thoughts on “Change font size of specific words in Slider title”
Hi Menaka i have applied the above php code but dont know where and how to change the “Specific Words” in Slider
Customize / Front Page / Select front page slider.
Select front page slider Have Three options
1- No slider
2- Demo slider
3- Auto generated slider from your blog posts
4- Fourth slider option will appear only when i create slider from media library
My question is that I have put the same above code in functions.php but dont know the where the changes take effect of the above code
3- Auto generated slider from your blog posts
or four options
4- Fourth slider option will appear only when i create slider from media library
http://zeeshannasir786.com/
Thanks
zeeshan
Hi zeeshan,
It should take effect in both cases 3 and 4