Capitals in the menu button

Discussion in 'BlackBird WordPress Theme' started by villa4season, Jan 27, 2013.

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

    villa4season Member

    Joined:
    Dec 28, 2012
    Messages:
    52
    Likes Received:
    0
    Hi,
    if my menu button consists of more then 2 words they all appear in Capital letters. how can i change it? Ex: Menu Button (i want it ot be - Menu button)
    Thanks,
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css

    Appearance -> theme options -> styling options -> custom css
    Code:
    #menu .ddsmoothmenu {
    text-transform:none;
    }
    
    now,

    Change the Custom page heading as you want.

    this will solve your issue.
     
  3. villa4season

    villa4season Member

    Joined:
    Dec 28, 2012
    Messages:
    52
    Likes Received:
    0
    Hi,
    can i ask you to make a scrinshot of the area where i have to add this code. Sorry, i made a wrong move once changing my CSS code and it corrupted my theme completely, so i want to be sure i'm doing the right thing.
    Thank you!
    v4s
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css

    Appearance -> theme options -> styling options -> custom css
    Code:
    #menu .ddsmoothmenu {
    text-transform:none;
    }
    For the reference
    [​IMG]

    now,

    Change the Custom page heading as you want to display on your website, in the Custom Menu panel .
    For the reference
    [​IMG]
     
    villa4season likes this.
  5. villa4season

    villa4season Member

    Joined:
    Dec 28, 2012
    Messages:
    52
    Likes Received:
    0
    Thank you for explanation, it worked.
     
Thread Status:
Not open for further replies.

Share This Page