josiegamble 0 Report post Posted October 4, 2012 Hi there, I am creating a site that needs to be duel language and thought I could use the secondary nav option as the nav bar for the second language. Firstly is there a better way to do a duel language site. Secondly can I make the font size of the secondary nav larger? Much appreciated Josie Share this post Link to post Share on other sites
catrina 103 Report post Posted October 4, 2012 You'll need to use a language translation plugin, which you can find here: http://wordpress.org/extend/plugins/ As for the font size... 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). To find the selector for secondary nav, 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.com/wiki/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