Hi,
Menu description only applied for certain theme design and requires a bit more work. There is an easier way to accomplish what you want. You can include your menu item description into your navigation label.
For example, you can input something like this
Home<em>your menu desc</em>
Then, go to “Appearance > Customize css” and drop below code
.omega-nav-menu a {
text-align:center;
}
.omega-nav-menu a em {
display: block;
font-weight: 300;
font-size: 12px;
font-style: normal;
text-transform: none;
}
Doing this way, you can keep your church theme up to date for future updates. Hope you like it
Cheers