• I cannot seem to figure out why I am seeing (what I believe is) the sub-category Menu Item Number. What is the best way to hide this without destroying the menu structure? The code must be separate from the actual “Name” for each page on the menu bar because when I change the display name it doesn’t fix anything. Also, you can clearly see that the menu looks normal for each Li without a sub-category. Please Help!
    *** Beeroverall.com is the website ***

Viewing 1 replies (of 1 total)
  • Yeah, it’s showing up via the CSS:

    #nav-main .nav-main > .parent-menu-item > a:after, #nav-main .nav-main > ul > .parent-menu-item > a:after {
        content: " 25BE";
    }

    I’d suggest deactivating your plugins to see if any are causing that.

    Have you modified anything in the theme? Why do you have the entire theme style.css file in custom CSS? Try taking all of that out.

Viewing 1 replies (of 1 total)
  • The topic ‘Main Menu Bar showing Sub-Cat. Menu Item #s?’ is closed to new replies.