Brighteyes Posted July 17, 2012 Share Posted July 17, 2012 (edited) I'm using the Categories block v2.0 which is great except...... The text in the sub menus appear in lower case even if you type the name with capitals in admin. So 'Round Rose Mixed Finish' appears as 'round rose mixed finish'. Is there any way to allow capital letters to these sub menus? Edited July 20, 2012 by Brighteyes (see edit history) Link to comment Share on other sites More sharing options...
shacker Posted July 20, 2012 Share Posted July 20, 2012 send me your site url and i send teh code Link to comment Share on other sites More sharing options...
Brighteyes Posted July 20, 2012 Author Share Posted July 20, 2012 Thanks for getting back, Here it is http://www.ukdoorhandles.com/ (still under development but you'll see what I mean) Link to comment Share on other sites More sharing options...
shacker Posted July 20, 2012 Share Posted July 20, 2012 in the global.css of your theme, edit this line #categories_block_left ul.tree li ul li a { text-transform: lowercase;} and change to #categories_block_left ul.tree li ul li a { text-transform: capitalize; } Link to comment Share on other sites More sharing options...
Brighteyes Posted July 20, 2012 Author Share Posted July 20, 2012 Works great now, thanks for that. Link to comment Share on other sites More sharing options...
shacker Posted July 20, 2012 Share Posted July 20, 2012 your welcome. change the title to solved regards Link to comment Share on other sites More sharing options...
Recommended Posts