How can I add a white 1px border on sub navigation menu items? I can’t figure out what controls this in the theme panels. thank you
Hey gharding,
Please try the following in Quick CSS under Enfold–>General Styling:
#top .av-main-nav ul a {
border: 1px solid white !important;
}
Regards,
Rikard
that worked. thank you!
g