Last active
January 17, 2019 13:44
-
-
Save elicus/942ca3f9dd63b0e39184fa6881a6dd57 to your computer and use it in GitHub Desktop.
Add description to Divi theme menu items
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CSS
span.menu-item-description {
display: block;
color: #999999;
}
#top-menu li {
vertical-align: top;
}