Menu suggestions for the Catalog (section/category)!
-
The menu has a section for adding “Categories/Catalog”. With a drop-down directory.
In the main settings there is an item “opening with the mouse”.
If the Hover option is used, add the assign link function.
For example, so that it redirects to the store.
Below I give an example of the code that I used to solve this problem in my project.
<div class=”wd-header-cats<?php echo esc_attr( $extra_class ); ?>” role=”navigation” aria-label=”<?php esc_attr_e( ‘Header categories navigation’, ‘woodmart’ ); ?>”>
<span class=”menu-opener <?php echo esc_attr( $class ); ?>”>
<span class=”menu-open-label”>
<?php echo esc_html( $categories_title ); ?>
</span>
</span>
Hello,
It is not quite clear what the problem is and what you are trying to solve. Could you please provide us with some details so we can better understand what you mean?
Kind Regards