Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘How can I add a white 1px border on sub navigation menu items?’ is closed to new replies.
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