Jump to content

[Solved] Using capitals with Categories block v2.0 submenus


Recommended Posts

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?

 

post-382157-0-70029800-1342525290_thumb.png

Edited by Brighteyes (see edit history)
Link to comment
Share on other sites

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

×
×
  • Create New...