Hello!
I would like to style the Menu colored Button in the animation with the same nice ease fade in out as other button, only on Hover.
Is that possible?
Thanks for your answer!
Kind Regards
Elias
Hey topnetat,
Try adding this CSS code in Quick CSS, located in Enfold > General Styling:
#top #wrap_all #header .av-menu-button > a {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
Best regards,
Nikko
Hey Nikko!
Unfortunately its not working :(
Any other ideas?
Hi topnetat,
Can you try adding this CSS code as well:
#top #wrap_all #header .av-menu-button:hover > a .avia-menu-text {
background-color: white;
color: #c3a069 !important;
box-shadow: 0 2px 6px 0 rgba(0,0,0,0.30);
}
Best regards,
Nikko
Hi Nikko!
Thanks for your reply – it doesnt work.
I got this code for styling the button:
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
background: #c3a069;
border: 0 !important;
color:#f8f8f8;
border-radius: 5px;
}
Maybe this helps you out?
Best regards
Topnetat
Hi Topnetat,
Hmm, I tried it via web inspector on your site and I could test it works, maybe we can use your selector and just add :hover to it, how about this CSS code instead:
#top #wrap_all .header_color .av-menu-button-colored:hover > a .avia-menu-text {
background-color: white;
color: #c3a069 !important;
box-shadow: 0 2px 6px 0 rgba(0,0,0,0.30);
}
Best regards,
Nikko
Very nice – now its perfect! Thank you!
Hi,
Glad Nikko could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit