Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #241401
    Hans
    Participant

    Hi
    The words in a menu item all begin with a capital.
    The Lucida pro theme did not so.
    So that it looks like that this is a catch mag pro issue. But I can be wrong.
    Is it possible to let the words of a menu item not begin with a capital automatically.

    An example
    Menu item in Catch Mag pro
    My First Item

    Should be
    My first item

    Kind regards

    Hans Hagmeijer

    #241424
    Skandha
    Participant

    @toerfiets: Hello Hans,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-navigation a {
        text-transform: unset;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #241479
    Hans
    Participant

    Hello Skandha,

    Thank you for answering and send css. This is not what I should like to see.
    In the added file you see in the cirkel the capital letters V and D that should be normal letters.

    https://drive.google.com/file/d/1BgaKgZ-Dw7YNYzkz0ajwygTB81P0S9Br/view?usp=sharing

    Kind regards

    Hans Hagmeijer

    #241481
    Skandha
    Participant

    @toerfiets: Hello Hans,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-navigation ul ul a {
        text-transform: unset;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #241499
    Hans
    Participant

    Hello Skandha,

    That was the trick. Thank you.
    Maybe it is possible to build this solution in the next version, because I think more people have tis question.

    Kind regards and take care

    Hans Hagmeijer

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘words in menu item get automatically capitals’ is closed to new replies.