• Resolved omicreative

    (@omicreative)


    I use the description for a custom category/tag/search archive template. But the theme automatically appends ‘description’ to all of the nav menu’s. How do I disable or HIDE the subtext in the navbars?

    Can I do it with css?

    I have the mesolcolumn child theme!

    I add .menu-decsription {display:none;} to style.css

    no change ??

    How to remove description from all menus?

Viewing 4 replies - 1 through 4 (of 4 total)
  • May you post a link to your page so I can see the problem? Thank you in advance

    Theme Author Richie KS

    (@rkcorp)

    best edit lib/functions/theme-functions.php and delete line 282
    . $description

    or add this to theme option->custom css

    #custom span.menu-description { display:none !important; }

    Thread Starter omicreative

    (@omicreative)

    The css worked after I dabbled with it! The class is misspelled decsription not description lol. Also, I found out if I change the menu description AFTER setting it up, it doesn’t cross back and update the taxonomy. It just invoked the description of the taxonomy, but I can go and change it. Thank u.

    Hi there, how would i increase the width of my top-navigation header? At this moment i am having 2-line heading which does not look good. Many thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove 'description' from all menu items in navigation bars’ is closed to new replies.