I want to change the font of the body of my posts or pages from the default Trebuchet MS to another font. Where would I do this in the style.css?
Hello, You can change the font-family using below CSS code in Custom CSS field located in Dashboard->Appearance->Theme Options->Styling Options Code: body { font-family: serif; } This will resolve your issue, Warm Regards! Naveen Kolhe InkThemes.com
Thanks! It works. My next question is: How do I change the font size? I tried to add this to the code above and it didn't work: font-size: 14px;
Can you please locate me the text that you want it in the above size, as body { } may or may not cover all texts, there could be specific CSS applied on different segments and we need to tell you the appropriate one. I look forward to hearing from you soon. Warm Regards! Naveen Kolhe InkThemes.com
Hello, It seems you want to adjust the font size of the content only? Is that so? Can you share your site URL here? I will check and let you know the correct code. Warm Regards! Naveen Kolhe InkThemes.com
Yes, only the content only. http://zioncornerstonepasig.org/2016/07/26/gideon-gods-grace-towards-rebels/
Hello, I have checked your site and found that - you asked query related to BizWay Pro theme here in BlackBird Theme's thread. You must have posted the thread under your theme name. Keep posting threads under your theme name from next time. you need to paste below CSS code in Custom CSS field located in Dashboard->InkThemes->Theme Options->Styling Options Code: p { font-size:18px; } Warm Regards! Naveen Kolhe InkThemes.com