Removing automatic capping in submenu

Discussion in 'ColorWay WordPress Theme' started by rfcreative, Dec 9, 2012.

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

    rfcreative New Member

    Joined:
    Aug 6, 2012
    Messages:
    11
    Likes Received:
    0
    When I create a new page under a parent page and give it a title, such as "Changing the game", it automatically appears as "Changing the Game" in this theme's menubar. Why is that, and how/where do I change it so that it keeps the lettering casing I've typed?

    Please note, this only happens when I create a page under a parent page. The parent pages maintain the letter casing the menubar, but not in the submenus.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .ddsmoothmenu li li {
    text-transform: none;
    }
    It will resolve your issue.
     
  3. rfcreative

    rfcreative New Member

    Joined:
    Aug 6, 2012
    Messages:
    11
    Likes Received:
    0
    Thanks, Nitesh. Works great. :)
     
Thread Status:
Not open for further replies.

Share This Page