Closed (fixed)
Project:
Zero Point
Version:
6.x-2.5
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2011 at 15:18 UTC
Updated:
1 Oct 2015 at 00:40 UTC
Jump to comment: Most recent
Comments
Comment #1
Deepika.chavan commentedHi,
Try adding following css in your 'custom-style.css' file which is there in 'zeropoint/_custom' directory.
1. To get the menus in lowercase add following code:
OR
2.To get the menus in capitalized form add this:
OR
3. To get the menus as they are.
#navlist.links a, #navlinks ul li a {
text-transform: none;
}
(Please Clear cached data at admin/settings/performance).
Rgrds,
Deepika chavan.
Comment #2
florian commented