I need to change the font of the text mainly in the body. How can I achieve this for the home page. and maybe adapt it to other pages?
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: h1,h2,h3,h4,h5,h6{ font-family: symbol ! important; } p,span,a,div{ font-family: symbol ! important; } In place of "symbol " you can put your font. This will fulfill your requirement.
Hello, You can use any font-family like as shown in below thread link. http://www.inkthemes.com/community/threads/new-font-throughout-whole-site.13734/ It will resolve your issue. Thanks & Regards Yogesh Bhade