Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /** Changing menu color on hover event **/
- #navigation .menu li a:hover,
- #navigation .menu .current-menu-item > a{
- background: brown;
- color: white!important;
- }
- /** Changing menu border bottom on hover **/
- #navigation .menu li a:hover:after,
- #navigation .menu .current-menu-item a:after{
- background: yellow;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement