loyaliststudents 0 Report post Posted September 26, 2012 How do I reduce the font size of the pricing's column price which I am using as the candidates' name? http://loyaliststudents.com/first-year-candidates/ Share this post Link to post Share on other sites
catrina 103 Report post Posted September 26, 2012 You’ll need to use Custom CSS (in Site Options > Custom Code > Custom CSS). CSS that changes the size of text consists of two parts: the selector and the font-size attribute. Selector: Used to select the kind of text you want to adjust (whether it’s post content or headings). In this case, you want to adjust the candidates' names. To find the selector for the candidates' names in the pricing column, you'll need to use Firebug (or Chrome Development tools). To learn how to use Firebug for CSS customizations, please read and follow these instructions: http://www.pagelines...iki/Custom_CSS. For help with the font-size attribute, please see these instructions: http://www.w3schools.com/cssref/pr_font_font-size.asp 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