Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #235985

    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

    • This topic was modified 10 years, 7 months ago by Tech Dude.
    #236002
    This reply has been marked as private.
    #236671

    Hey!

    The secondary menu needs to be turned on in the themes Header tab in the “Extra Elements” sub tab.

    Regards,
    Devin

    #237130
    This reply has been marked as private.
    #237143

    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;
    }
    
    #237180

    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?

    #237226

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Can't get secondary menu to appear’ is closed to new replies.