Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #header-outer[data-lhe="animated_underline"] nav > ul > li > a > .menu-title-text:after {
- display: none!important;
- }
- #header-outer[data-lhe="animated_underline"] nav > ul > li > a > .menu-title-text {
- background-repeat: no-repeat;
- background-size: 0 1px;
- background-image: linear-gradient(to right, #000 0, #000 100%);
- transition: all .55s cubic-bezier(.2,.75,.5,1)!important;
- background-position: left bottom;
- }
- #header-outer[data-lhe="animated_underline"] nav > ul > li > a:hover > .menu-title-text {
- background-size: 100% 1px;
- }
Advertisement
Add Comment
Please, Sign In to add comment