If I wanted to change the colors in #advanced_menu_toggle and #advanced_menu_hide and on mouse over, can I somehow do it in the admin enfold panel or should I do it in custom.css? how do I change the mouse over? Thank you
Hey jackthepilot!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.avia_desktop #advanced_menu_toggle:hover, .avia_desktop #advanced_menu_hide:hover {
background-color: red;
color: #ffffff;
border-color: orange;
}
Best regards,
Yigit
Worked Beautifully!!!
Thank you so much