Home Forums UnTheme Mentis Capitalize

Viewing 1 reply thread
  • Author
    Posts
    • #105080

      stebio
      Participant

      Hi!

      How can i remove the “capitalize” in the Main Menu? I tried it with several settings, nothing worked…

      it concerns the following part of the css:

      #cshero-header-navigation ul.menu-main-menu, #cshero-header-navigation div.menu-main-menu ul {
      text-transform: capitalize !important;
      }

      thanks!

    • #105123

      Maria Do
      Keymaster

      You can try this below css to overwrite style from theme:
      #cshero-header-navigation ul.menu-main-menu li a {
      text-transform: initial!important;
      }

Viewing 1 reply thread
  • You must be logged in to reply to this topic.