• mk2k

    (@mk2k)


    I created a submenu item under Ledeninformatie, but the text is all in caps. How can I get it back in the normal formatting? Somehow the CSS is overwritten to capatilized only the submenu items.

    • This topic was modified 5 years ago by mk2k.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello, try to use the following CSS code.

    You can add CSS code in Customize → Additional CSS section.

    .main-navigation ul ul li {
        text-transform: none;
    }

    Kind Regards, Roman.

Viewing 1 replies (of 1 total)
  • The topic ‘Submenu text capatilized’ is closed to new replies.