• The titles under some of my menus are pulling up an extra line of text. For example, on my homepage, under the menu “Destinations > United States” there is a line of text that says “United States Travel Information”.

    I know that the menu is pulling the titles from my categories, but I have scoured my categories and I do not see anything with any of these extra bits of text.

    Can anyone tell me where these extra bits of text are being pulled from in my menus? It is driving me crazy that I cannot get rid of them to make the menus look cleaner.

    Thanks so much.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello,

    Go to Customize > Custom CSS section and add the below code to remove it –

    span.nav-content {
        display: none;
    }

    It is the category description and you can see it under Dashboard > Posts > Category

    • This reply was modified 7 years, 2 months ago by Amit Singh.
Viewing 1 replies (of 1 total)

The topic ‘Menu Labels not Displaying Properly’ is closed to new replies.