Created
October 6, 2018 07:40
-
-
Save lamberger/75d8bd484917feb785b52372037a9a64 to your computer and use it in GitHub Desktop.
Default menu style
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #header .main-menu{} // container class | |
| #header .main-menu ul {} // container class first unordered list | |
| #header .main-menu ul ul {} //unordered list within an unordered list | |
| #header .main-menu li {} // each navigation item | |
| #header .main-menu li a {} // each navigation item anchor | |
| #header .main-menu li ul {} // unordered list if there is drop down items | |
| #header .main-menu li li {} // each drop down navigation item | |
| #header .main-menu li li a {} // each drap down navigation item anchor | |
| .current_page_item{} // Class for Current Page | |
| .current-cat{} // Class for Current Category | |
| .current-menu-item{} // Class for any other current Menu Item | |
| .menu-item-type-taxonomy{} // Class for a Category | |
| .menu-item-type-post_type{} // Class for Pages | |
| .menu-item-type-custom{} // Class for any custom item that you added | |
| .menu-item-home{} // Class for the Home Link |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment