• Hello!

    I would like to rename my “Home” button to “HOME” (big letters).
    Where can I do that in the Responsive theme?

    Regards

    Kristoffer

Viewing 2 replies - 1 through 2 (of 2 total)
  • Most likely, the home menu entry exists because you have not created a menu.

    Adding this css (Appearance -> Theme options -> CSS) would probably do the trick:

    #header .main-nav .menu li:first-child {
        text-transform: uppercase;
    }

    Thread Starter kristofferk

    (@kristofferk)

    Thank you very much! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change "Home" name i top-bar’ is closed to new replies.