In my footer menu the first link "Home" is in lowercase & I want it in uppercase "HOME."

Discussion in 'Themia WordPress Theme' started by califfx, Mar 22, 2013.

  1. califfx

    califfx Member

    Joined:
    Feb 28, 2013
    Messages:
    34
    Likes Received:
    5
    In my footer menu the first link "Home" is in lowercase & I want it in uppercase "HOME." All the rest of the links are in uppercase in the footer menu but I can't figure out how to change the first one "Home."

    Here is the link to the site: http://cantridenaked.com/site/
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .footer .footer_menu li a {
    text-transform: uppercase;
    }
     
  3. califfx

    califfx Member

    Joined:
    Feb 28, 2013
    Messages:
    34
    Likes Received:
    5
    Your customer service is awesome!!! It has made buying the pro version of my template more than worth the money I invested. Thank you so much!
     
    Piyush and Krish like this.

Share This Page