2 questions about Main menu - remove title on hover and create columns

Hi!
Theme is wonderful! :slight_smile:
But I have two questions about the Main menu:

  1. I don’t like pop-titles when I hover over the menu items. How can I remove them?
  2. I’d like that would be a dropdown menu divided into columns. For example, the first 5 items of the dropdown menu replace in the first column, the second 5 items - in the next, etc.

Thanks in advance.

  1. You can remove titles from menu items by editing file called navwalker.php that you can find in Dazzling folder >> inc. You just need to remove or comment out this line of code:

$atts['title'] = ! empty( $item->title ) ? $item->title : '';

  1. There are some plugins that might help you with that such as this one. There are some free alternatives as well but most of theme will require to do some coding, so be prepared for that.
  1. Thank you very much . You helped me a lot.
  2. I don’t want to use the extra plugins. Isn’t possible to edit the menu in css?