Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Remove border separators
- _______________________________________________*/
- .menu.menu li, .categories li {
- border-top: none!important;
- }
- /* Add faded line separator under menu items
- ___________________________________________________________*
- .menu.menu li:before {
- content: "";
- height: 1px;
- display: block;
- top: -1px;
- position: relative;
- background: linear-gradient(to left, rgba(255,255,255,0) 55%, rgba(60, 121, 106, 1) 100%)!important;
- }
- /* Remove right arrows
- _______________________________________________*/
- .menu ul li a span {
- display: none!important;
- }
Advertisement
Add Comment
Please, Sign In to add comment