How do I change the text in my menu to all capitals?

Discussion in 'Andrina WordPress Theme' started by califfx, Apr 18, 2013.

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

    califfx Member

    Joined:
    Feb 28, 2013
    Messages:
    34
    Likes Received:
    5
    In the top menu of my clients site the "HOME" button is in lowercase. The rest is in capitals. How do I change it to all uppercase? The HOME button is not part of my saved menu. My clients site is: royalhandymanservice.com

    Thank you in advance!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    Code:
    #menu li a {
    text-transform: uppercase;}
     
  3. califfx

    califfx Member

    Joined:
    Feb 28, 2013
    Messages:
    34
    Likes Received:
    5
    That did the trick thanks!
     
Thread Status:
Not open for further replies.

Share This Page