Dear support-team,
i would like to change the font-color of my main-submenu (rollover “Praxis”) and the mega-submenu (rollover “Leistungen”). I would like to adress the “current” state. Can you help me finding the right path?
Thanks
Hi dondela!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
ul.sub-menu li.current-menu-item > a > .avia-menu-text {
color: #0199c3;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Cheers!
Yigit
Thanks a lot Yigit!
One more question:
Is it possible to disable the “Header Phone Number/Extra Info” on the desktop version only. I want this Info just on the mobile version.
Hey!
Sure, to remove the whole bar on desktop, please add following code to Quick CSS
@media only screen and (min-width: 769px) {
#header_meta {
display: none;
}}
Cheers!
Yigit
Thanks again, great support!
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 :)
Happy holidays :)
Regards,
Yigit