jburton 0 Report post Posted May 12, 2011 Hi all - I'm working on custom menus and would like to do the following: Display menu names in sentence case rather than all capsForce the secondary sidebar menu to a slightly more narrow width Firebug has gotten me to the point of finding the wtitle class for the menu name but I've not been able to figure out where to edit wtitle simply to remove the all caps (I like the background padding and would like to keep that). Menu in all caps Thanks Share this post Link to post Share on other sites
catrina 103 Report post Posted May 12, 2011 To transform the text so that it's no longer all caps, use this code: text-transform: capitalize;. Can you post a link to your site? 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
jburton 0 Report post Posted May 12, 2011 Hi Catrina - Thanks for the info. Would I drop that in the custom code section in Theme Options? The site is http://exchange.causes.com Thanks again Share this post Link to post Share on other sites
catrina 103 Report post Posted May 13, 2011 Yes, you can add it to the selector you found using Firebug in the Custom Code section. By "secondary sidebar menu" do you mean the entire secondary sidebar on the home page? 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
jburton 0 Report post Posted May 13, 2011 Hi Catrina - We're redesigning our pages but haven't published any with the secondary sidebar yet. We still plan to use the main sidebar (what you see today) for blog content (tag cloud, calendar etc). Thanks! Share this post Link to post Share on other sites
kastelic 6 Report post Posted May 13, 2011 Hi Jill, try this in Custom Code -> Custom Css .wtitle {text-transform:none} Share this post Link to post Share on other sites