Hi,
this is my web: private content
as you can see, I changed the CSS for the main menu like this:
.avia-menu-text {
color: #000;
font-weight: 400;
padding: 4px;
}
.avia-menu-text:hover {
background-color: #ffee01;
font-weight: 400;
padding: 4px;
}
The issue is about active status for each menu item. Please how can I fix this to keep the same hover style?
Thanks in advace,
Davide
Hey aderal2016,
Please try the following in Quick CSS under Enfold–>General Styling:
.avia-menu-text:active {
background-color: #ffee01;
font-weight: 400;
padding: 4px;
}
Best regards,
Rikard
Hi Rikard,
thanks for your suggestion, but this is the first try I did.. doesn’t work. Any more suggestions?:)
Best,
Davide
Hey!
Please use following code
.av-main-nav li.current_page_item .avia-menu-text {
background-color: #ffee01;
font-weight: 400;
padding: 4px;
}
Regards,
Yigit
awesome now it works! thanks:)
Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit