• Hi,

    By default my menues are beiing published whit capital letters in the beginning of every word. How can I adjust the css so that capital letters ony appears in the first word?

    /Christina

Viewing 1 replies (of 1 total)
  • Hi CVBeagle,

    If you want to customizes menu typography, you can put the following code into your custom css.
    you can see the output by putting different values i.e. uppercase/lowercase/none with text-transform

    #menu .sf-menu li a{
    text-transform: uppercase;
    }

    If your problem didn’t resolved then you can change typography while creating pages or custom menus.

Viewing 1 replies (of 1 total)
  • The topic ‘Capital letters in menues?’ is closed to new replies.