Please refer to this post: http://souperdiaries.com/easy-homemade-yogurt-recipe-with-a-thermal-cooker/
I would like to increase the size for the wordings ‘Easy Homemade Yogurt Recipe with a Thermal Cooker’ right under the featured image. I also want it to be the same pink color like the one used on the search button magnifying glass.
Thanks in advance.
Yvonne
Hi @yvonne,
you can use this css code and put your custom value:
body.single-post h1.entry-title { font-size: 26px; {
Keep in mind that this will change the font size on each blog post title.
Thanks,
Cristian
How do I change the color of that text to black?
In the previous css code add color:#1e3749 like this:
body.single-post h1.entry-title{ color:#1e3749; }
Thanks Cristian.
You’re welcome Yvonne.