Tagged: secondary menu
Which configurations support a secondary menu? i have 3 links in the secondary menu, and for the main menu I’m using “Logo Center, Menu Below,” have the Secondary Menu selected in Apperance > Menu. I’ve actually tried all the options for menu type but can’t see a secondary menu appear when i clear cache & refresh a public page
Hey!
The secondary menu needs to be turned on in the themes Header tab in the “Extra Elements” sub tab.
Regards,
Devin
Oh I see now, its getting hidden by some custom css you’ve added in at some point. Remove this rule and it will show:
#header_meta{
display: none !important;
}
nice! that did it! thanks devin!
just one more question, how can i color just the secondary background a solid color like #000 and text #719430?
ah got it, sorry my brain was farting on this one… you can mark this as closed
same thing, add the details to the #header_meta