On the top nav bar - Need "Home" in all caps

Discussion in 'ToomMorel WordPress Theme' started by espycameras, Jun 24, 2015.

  1. espycameras

    espycameras New Member

    Joined:
    Dec 28, 2011
    Messages:
    25
    Likes Received:
    1
    The current text for "Home" is capitalized but need to make it all caps "HOME" - not sure which file to edit.


    Thanks
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    For your information, we are using cufon.js in ToomMorel theme which convert text into images.
    So, first you have to disable cufon.js.

    Please follow the screenshot given below to disable it.
    toommorel_disable_cufon_text.png

    Now, paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #menu .ddsmoothmenu li a {
      text-transform: uppercase !important;
    }
    Thanks,
    Praveen
     

Share This Page