jwchameleoncorp 0 Report post Posted June 4, 2011 In the Typography settings there are a few options to manipulate your fonts. However there is no option to change the size of the font. Is that possible? Can anyone tell me how? Thank you! Share this post Link to post Share on other sites
catrina 103 Report post Posted June 4, 2011 Yes, it's possible with custom CSS like the following: CSSSELECTORHERE {font-size: 12px;} You'll need to know what text you want to change specifically and then from there, you can use the right CSS selector in the styling to change it. Firebug can help you find the selector you're looking for: http://getfirebug.com/ A tutorial on how to use it for CSS customization is here: http://www.pagelines.com/docs/customization#101 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