Hi tagDiv,
I am using the Coffee Blog demo on my site. I want to change the font size and font style of my category title and description. I don’t want the title in uppercase format. I also want to adjust the font size of category description and use other fonts. I can’t find the settings in Theme Panel -> Theme Fonts.
Screenshot: http://prntscr.com/izchro
Thanks!
Hello Jericho,
You should use a bit of CSS code if you want to change the font from this section. Try to use the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td-category-description p {
font-size:20px;
font-style: normal;
}
For page title, you should change from Theme panel, Theme Fonts from here -> https://www.screencast.com/t/viJFU4PW7
Thanks for the message!
Hi Catalin,
Seems like the text-transform option in this section is not working. I tried to change it to Capitalized, Lowercase, and Normal text but nothing happens.
Thanks!