New Landing › How can we help? › Themeforest Theme Support › Dante › Navigation
What do you mean it wont work?
– Kyle
The button in the navigation is still showing an other orange tone first.
It’s working fine for me now?
Hm, for me it’s still hovering in a different orange tone first…
Can you also tell me how to style the active “Blog” navigation element like the hover?
Add this to your custom css:
nav#main-navigation .menu li.current-menu-item.menu-item:last-child > a { background-color: #e86b20; color: #ffffff; }
Great thanks.
Somehow the hover animation still has two orange tones, it switches to #f97322 first for the time the nav-line would show and then to the accent color.
How do you know it goes to #f97322? I can’t find it anywhere in the CSS
I made a screenshot when the first color appears and looked it up in Photoshop
nav#main-navigation .menu li.menu-item:last-child > a:hover { transition: none 0s ease 0s ; }
Kyle, you’re the best. Thanks for your kind help! =)
No problem 🙂
You must be logged in and have valid license to reply to this topic.