Pre-nav/Post-nav text - beginner

ellenjong / 2012-11-27 20:16:06   

hello!

I am customizing my menu now and would like my Pre-nav text to be different in size from my Post-nav text. At the moment there is only the h1/h2 option and they seem to make the text the same size. excuse me for having limited coding skills...help will be much appreciated.

Does anyone know who I can make my pre-nav big and bold while making the post-nav small and regular?

arsondpi / 2012-11-27 21:33:06   

by using css rules - for example:

  1. h1 { font-size: 24px; font-weight: bold; }
  2. .#index .bot { font-size: 9px; }

:-)

This thread has been closed, thank you.