Dear Team,
Can you please help me with matching the font of the Categories title with the blog title.
www.wildtales.in
A few pictures to explain more:
hey there
Hope you are having a good day and thank you for your question
Please add this CSS in appearance - customize - additional CSS
.page-header h1 {
font-family: "Lora", serif;
}
You have amazing shots!!!
Thanks!
Colorlib Support Team
Thanks Noda,
However this did not work, the categories title heading is still the plain font.
Any suggestions?
Thanks
Rishi
I don’t see the shared CSS code used on your site so please try clearing W3 Total Cache and also your browser cache.
Dear Team,
Apologies for the trouble, but I have cleared the cache, still the issue persists.
Any suggestions
Thanks
Rishi
I can see the font is changed on your site now.
Please compare the attached screenshot with your earlier screenshot.
Dear Movin,
Thanks for your support and sorry to bother you again and again for this small thing.
Anyway, I do see that the font has changed, but it is not the same as the Blog title font.
Please see the “i” in the attached picture for better understanding.
Thanks
Rishi
This is because the post title is italic and you can make category title italic using below CSS code.
.page-header h1 {
font-style: italic;
}
Dear Movin and Noda,
You guys are the best, Thanks for all your support
Best
Rishi
You are always welcome here