Remove capital letters in submenu

Discussion in 'ColorWay WordPress Theme' started by aholdt, Jan 26, 2017.

  1. aholdt

    aholdt New Member

    Joined:
    Jun 14, 2012
    Messages:
    1
    Likes Received:
    0
    Hi!

    Every word in submenus Is Starting With Capital Letters, even though the title of the page that the menu item references is not.

    This is not correct writing in my native language. Is there any way to disable this?

    Kind Regards
    Allan Holdt
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello Allan,

    Yes, it is possible to make the changes there using below custom CSS code.

    All you need to do is just paste the below custom CSS code in Dahshboard->Appearance->Theme Options->Styling settings->Custom CSS field.

    Code:
    #menu .ddsmoothmenu li ul li { 
        text-transform: lowercase;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page