Capital letter in menus... css tiny help

Discussion in 'RoadFighter WordPress Theme' started by trasgu, Mar 4, 2014.

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

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Good day,
    just finished my voluntary work designing another website for another non-profit (fair trade) in Ecuador: www.chankuap.org ...but I have a little detail to take care of, as you can see the Capital Letter in all menus is kind of crazy, I had the same issue with Colorway... how is the CSS code to write menus properly with the first capital letter and then normal?

    Thx soooo much, another task done, now time to move on to help another non-profit thx to your always kind support :)
    Jose
     

    Attached Files:

  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 a {
    text-transform: none;
    }
    #menu .ddsmoothmenu li li a {
    text-transform: none;
    } 
    This will solve your issue.
     
  3. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Hi Piyush, thx for the tip but the code doesn´t seem to want to work, any other idea?
     
  4. Piyush

    Piyush Support Staff

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

    I have checked your website it seems that your are not closing the media code with the curly braces i.e '}'
    due to this the code provided by me in the above post is not working.

    Go to the Appearance -> Theme Options -> Styling Options -> Custom CSS of your dashboard and
    follow the instruction shown in the image given below.

    [​IMG]


    This will solve your issue.
     
  5. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    You are brilliant Piyush, thx for your kind supoort and help, all done and now working just great :)
    Have a good day !!
    Jose
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page