Advertisement
phpface

Untitled

Feb 27th, 2018
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.33 KB | None | 0 0
  1. /** Changing menu color on hover event **/
  2. #navigation .menu li a:hover,
  3. #navigation .menu .current-menu-item > a{
  4.     background: brown;
  5.     color: white!important;
  6. }
  7.  
  8. /** Changing menu border bottom on hover **/
  9. #navigation .menu li a:hover:after,
  10. #navigation .menu .current-menu-item a:after{
  11.     background: yellow;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement