The subnav puts all the text in ALL CAPS. How can I change this to upper & lower case?
http://citizenmediagroup.com
how to change subnav text to upper/lower case
Started by
szool
, Aug 01 2011 01:07 AM
6 replies to this topic
#1
Posted 01 August 2011 - 01:07 AM
#2
Posted 01 August 2011 - 05:25 AM
In the typography tab of platform pro you should go to the secondary font options and click on "edit font styling" . One of the options there is text transform which u can change.
#3
Posted 01 August 2011 - 05:52 AM
ah ok... I am on Station Pro now.... is it possible to do on this one? I'd like to get switched over to Platform Pro at some point.
#4
Posted 01 August 2011 - 03:18 PM
In that case you'll have to use CSS
But, I just took a look and I'm not seeing the caps. Did you get it figured out?
#5
Posted 02 August 2011 - 01:22 AM
nope.... subnav is still in caps, for example:
http://www.citizenme...p.com/services/
#6
Posted 02 August 2011 - 02:37 AM
I think the appropriate CSS styling would be:
So this is the CSS code you should add to your Custom CSS area in settings:
text-transform: capitalize;
So this is the CSS code you should add to your Custom CSS area in settings:
#subhead #subnav ul li.page_item {text-transform: capitalize;}
#7
Posted 03 August 2011 - 02:55 AM
it works!!!! thanks!!!!!











