Problems menyposts

Discussion in 'ColorWay WordPress Theme' started by christinav71, Oct 19, 2014.

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

    christinav71 New Member

    Joined:
    Oct 12, 2014
    Messages:
    11
    Likes Received:
    0
    Hi,

    Every word in my menyposts starts with a capital letter. That is not how we write in swedish so it looks very strange to us. How can I change this?

    Best regards
    Christina
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #menu li a{
    text-transform:none !important;
    }
    Thanks & Regards
    Pramod
     
  3. christinav71

    christinav71 New Member

    Joined:
    Oct 12, 2014
    Messages:
    11
    Likes Received:
    0
    Hello! That solved my problem - many thanks!
     
Thread Status:
Not open for further replies.

Share This Page