Capital letters in menu

Discussion in 'Infoway WordPress Theme' started by novoseltsev, Feb 24, 2014.

  1. novoseltsev

    novoseltsev New Member

    Joined:
    Feb 13, 2014
    Messages:
    12
    Likes Received:
    0
    Hello. In your sub menu each word begin from capital letter. I want to write only first word with capital letter. How can I do that?
    http://kalugaspectehnika.ru
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #menu .ddsmoothmenu li li a {
    text-transform: none;
    }
     
    This will solve your issue.
     

Share This Page