Support » Theme: MesoColumn » Category description in main menu

  • I want to only remove the “visual” category description in the colorful main menu, can you provide a code to achieve that?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Richie KS

    (@rkcorp)

    you can go to wp-admin->menus->current set menu->delete the description in each item.

    Thread Starter The Nature

    (@the-nature)

    I know that, i mean i want to keep the description for SEO purposes and not to display it for visitors such as the post description for search engines only

    Theme Author Richie KS

    (@rkcorp)

    add this theme option->custom css

    #main-navigation span.menu-decsription {display:none;}

    Thread Starter The Nature

    (@the-nature)

    Thank you for your effort, anyway it didn’t work.

    Theme Author Richie KS

    (@rkcorp)

    the ‘description’ spelling is incorrect, sry..should be
    #main-navigation span.menu-description {display:none !important;}

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Category description in main menu’ is closed to new replies.