Jump to content
Sign in to follow this  
josiegamble

Can I make sacondary nav fonts larger?

Recommended Posts

josiegamble

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

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

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  

×