Tagged: sub-menu
How would I change the color of the full width submenu to #ccc and get rid of the vertical separators ? – http://site.jewishexperience.org/locations/east-side/
Hey asinger777!
Add this to your custom CSS.
.av-submenu-container, .av-submenu-container * {
background: #ccc !important;
border-color: #ccc !important;
}
Cheers!
Elliott