Hi, I would like to change the color of the fullwidth submenu element so it will be #00a59b and on hover it will become #bee3de – what code should I use to do this?
Thanks.
Hey DROR!
Please add following code to Quick CSS
.av-submenu-container a {
color: #00a59b!important;
}
.av-submenu-container a:hover {
color: #bee3de!important;
}
Best regards,
Yigit
Thanks!