Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #302903

    Here’s a code template for styling a single menu item:

    li#menu-item-1537 span {color: #339dda!important;
    border: 1px solid #339dda!important;
    height: 50px!important;
    top: 37px;
    padding: 10px 15px;
    }
    
    li#menu-item-1537 span:hover {background-color: #339dda!important;
    color: #fff!important;
    }
    
    #menu-item-1537.current-menu-item span {background: #339dda!important;
    color: #fff!important;
    }
    • This topic was modified 9 years, 8 months ago by zerozendesign.
    #303145

    Hi David!

    Thank you for sharing :)
    Side note: It is possible to right click on Chrome or Firefox to inspect elements to find menu item ID http://i.imgur.com/HyPTCRg.jpg

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Enfold > Tutorial > Style single menu item’ is closed to new replies.