• Resolved Francisco

    (@fmarconi)


    I have a problem. Since one of the latest updates there is a speech baloon over all category items on the top menu which have description text. Is it the expected behavor? I also use Perfect Brands for WooCommerce plugin and listed all my brands on a drop down top menu item and all brands have the speech baloon and is a mess. thanks.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello @fmarconi ,

    We have updated the menu description design to show something like this on Online Shop Demo.
    If you don’t need it you can remove menu description from Appearance => Menus or you can add following code to hide menu description on
    Appearance => Customize => Additional CSS

    .at-menu-desc {
      display: none;
    }

    Best Regards!

    Thread Starter Francisco

    (@fmarconi)

    Oh, that’s nice indeed, but it would be great if it can be disabled from customizer options since I hate hiding stuff.

    Hello @fmarconi,

    Thanks for the suggestions. Can you please let me know why are you adding Menu Description?

    Best Regards!

    Thread Starter Francisco

    (@fmarconi)

    Maybe I did not explained me well, or maybe I’m totally confused. I’m not adding menu description. I’m just using product categories and other taxonomies like product brands, that incidentally have descriptions, as menu items. I want those descriptions to show in the taxonomy archive page, as usual, but don’t want them to appear in the nice new square balloons you came up with.

    Hello,

    I got you. When you add a description on product category it will automatically appear on Appearance => Menus
    Menu Item => Description.

    Here is the process of how to remove/edit Description from Menu

    • Go to Appearance => Menus
    • On the top-right, click on Screen Options and check Description
    • Now expand menu item, you can see Description on each menu item, edit or delete the description
    • Editing Menu description here doesnot change category(taxonomy term ) description

    Best Regards!

    Thread Starter Francisco

    (@fmarconi)

    Great! You already has told me the answer but I didn’t get it. Thank you so much

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Menu items descriptions’ is closed to new replies.