• Hello,

    Im trying to customize the Front Page menu link (Home) by adding some css.
    I want to use the class .menu-item-home which according to WordPress Codex should be built in to wordpress /wp-includes/nav-menu-template.php
    But it don’t seem to work for me when I’m adding this to the stylesheet, any ideas what I might be missing?

    .menu-item-home {
      font-size: 40px !important;
      background: red;
    }

    Thank you,
    ~Johan

  • The topic ‘Customize Home menu item’ is closed to new replies.