Jump to content
Sign in to follow this  
henrypwmoulton

Changing fonts using PlatformPro

Recommended Posts

henrypwmoulton

How can I change fonts in PlatformPro without delving into Google Fonts or anything else. I want an easy way to change the header font, sub header font, body font etc.

Share this post


Link to post
Share on other sites
catrina

You can use CSS to change the font families for each of the elements you want to change. For example, adding this CSS to PlatformPro > Custom Code > Custom CSS can change the header fonts (post titles on the blog page):

div.post-title h2.entry-title {font-family: YOURFONTHERE;}

Please post a link to your site so I can provide other examples you can use.


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
catrina

Please add the following CSS to PlatformPro Settings > Custom Code > Custom CSS:

div.branding_wrapper {font-family: tahoma;}
	#column-main div.mcolumn-pad, div.banner-content, div.fboxtext {font-family: helvetica;}

(This code changes fonts for the content I see on your website so far)


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×