Forums
Home / Theme: Graphy / Lowercase for menus
(@revilo82)
7 years, 5 months ago
I want to use lowercase and uppercase letters in the menus. Where can I change the setting in the style.css?
I want to see:
Home
instead of
HOME
in the menu.
Thank you. Oliver
(@utsumit)
Hi Oliver,
Please add the following code.
.main-navigation div.menu > ul, .main-navigation ul.menu { text-transform: none; }
Regards, Takao Utsumi
Hi Takao,
thank you. Works!
Regards, Oliver