Hi guys,
How can I Change the hovering color of the head menu tabs? Currently it is grey on grey.
Thanks
Hi maschera!
Navigate to Dashboard > Enfold > Advanced Styling. Here you can create new style rules for certain elements such as the main menu links and submenu links and their hover states.
Regards,
Elliott
Thanks Elliott I’m in the menu but can’t find how to edit the Hover State color. I’ve tried to change the “Background Color” but it doesn’t work.
If I select “Apply only to Hover State” instead, the menu will disappear and appear again only when hovered.
Hi!
Your trying to change the background color on hover? Something like this?
nav.main_menu .menu-item:hover .avia-menu-text {
background: red;
padding: 3px;
color: white !important;
}
Best regards,
Elliott
It’s ok no worries Elliott, I actually figured I prefer it more as it is now.
Thanks a lot