scott74

Custom Jump Menu

Jan 10th, 2014
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.59 KB | None | 0 0
  1. /* Remove border separators
  2. _______________________________________________*/
  3. .menu.menu li, .categories li {
  4. border-top: none!important;
  5. }
  6.  
  7. /* Add faded line separator under menu items
  8. ___________________________________________________________*
  9. .menu.menu li:before {
  10.     content: "";
  11.     height: 1px;
  12.     display: block;
  13.     top: -1px;
  14.     position: relative;
  15. background: linear-gradient(to left, rgba(255,255,255,0) 55%, rgba(60, 121, 106, 1) 100%)!important;
  16. }
  17.  
  18. /* Remove right arrows
  19. _______________________________________________*/
  20. .menu ul li a span {
  21. display: none!important;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment