Navigation menus: all words are capitalized...

Discussion in 'Andrina WordPress Theme' started by dedieo62, Sep 9, 2014.

Thread Status:
Not open for further replies.
  1. dedieo62

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Hello,

    In navigation menus, all words are capitalized. How to have only uppercase the first letter of the first word of the navigation menu?

    For example in one of my menus, I have this:
    Création De Sites

    But I would like have only this:
    Création de sites

    However, in Appearance, Menus, I have a navigation menu written in this way Création de sites ?

    And it's the same thing for all submenus...

    Sincerely Yours,
    Dedieo62
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    When you create a page it will added automatically in menus.When you create new pages or edit previous page please make its title according to your requirement.
    Thanks & Regards
    Pramod
     
  3. dedieo62

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Hello Pramod,

    Thank you, but that's not what I have a problem.

    It is the fact that the theme Andrina systematically adds capital letters in words for the navigation menu on the website.

    For example, in my title page, I have Création de sites (picture 1 and picture 2) capitalized only on the first word.

    Création de sites-pic1.JPG title-on-my-page-pic2.JPG

    It is similar in Appearance, Menus, I created a menu with a capital C only the first word Creation: Création de sites (picture 3).

    Création de sites in appearance-menus-pic3.JPG


    But the probleme is here: visitors who use the navigation menu will see this menu Création De Sites (picture 4).

    Création De Sites - Refonte De Sites-pic4.JPG


    There is no problem to have capitalized on the first letter of each word in the English language. But for the French language, one does not put caps only the first word of a sentence. And it seems to me that only the theme andrina done that. I used Roadfighter, Geocraft, Woodpecker, Compass, Photomaker Blackwell and I've never had that little problem of capital generated automatically...

    Sincerely Yours,
    Dedieo62
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Use this code in Custom CSS
    Code:
    #menu .ddsmoothmenu li li
    {
    text-transform:none;
    }
    Thanks & Regards
    Pramod
     
  5. dedieo62

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Hello Pramod,

    Thanks again and best regards,

    Dedieo62
     
Thread Status:
Not open for further replies.

Share This Page