Danish letters in submenu upper case

Discussion in 'ButterBelly WordPress Theme' started by vitamilla, Jun 25, 2014.

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

    vitamilla Guest

    Joined:
    Jun 11, 2014
    Messages:
    12
    Likes Received:
    0
    Hello there
    I have purchased the whole Inkthemes package and am currently working with the Butterbelly theme on this webpage: www.ub1901.dk
    In the menu, Danish letters æ, ø and å show up fine in the first layer, however in submenus, it capitalizes the Æ, Ø and Å - and the following letter as well.
    How can I resolve this?
    Best regards,
    Milla
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     #menu .ddsmoothmenu li li a {
    text-transform: none;
    }

    Thanks & Regards
    Gourav Shrivastava
     
  3. vitamilla

    vitamilla Guest

    Joined:
    Jun 11, 2014
    Messages:
    12
    Likes Received:
    0
    Thank you very much Gourav - that worked perfectly :)

    Milla
     
Thread Status:
Not open for further replies.

Share This Page