• Hi there,

    I’m trying to create child (sub)menus. They exist on my website (https://musicmunch.com) but they appear as blanks where there should be text. Could you explain what I need to do to get text to show in my sub menu tabs under “Upcoming Shows”? Thanks,

    Harrison

Viewing 1 replies (of 1 total)
  • Looks like it’s just that the text is transparent (invisible) due to this CSS:

    #navigation ul li.hover ul li a, #navigation ul ul li a, #navigation ul ul li a:visited {
        color: transparent;
        font-size: 14px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Child Menus showing up as blanks’ is closed to new replies.