• Resolved tiffbot

    (@tiffbot)


    Hi there,

    I’m new to web design and am working on a WordPress site from a local docker environment I set up.

    I’ve built a header navigation menu using your plugin but I don’t want any icons beside each menu item even when they have sub-menus. There is no “None” option in the “Submenu Icon” dropdown. I tried editing the frontend.css file as it’s the only one I can see that has the classes listed that show up when I inspect the arrow icons. Everything I’ve tried doesn’t appear to work and the arrows load every time.

    Any advice you can offer would be appreciated. Thanks for your time and thanks for making this plugin!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support bsfankusht

    (@iankusht)

    Hi @tiffbot,

    I understand you want to remove the sub-menu icons from your header navigation. To help you with this, you can use the following Custom CSS.

    span.hfe-menu-toggle.sub-arrow {
    display: none;
    }

    This code will hide the sub-menu icons in your menu. Just add it to your site’s CSS, either through the WordPress Customizer or your child theme’s stylesheet.

    If you need help applying this code or have any other questions, feel free to ask. We’re here to assist you. Thanks again and good luck with your web design journey!

    Best regards,
    Ankush ??

    Thread Starter tiffbot

    (@tiffbot)

    Hi bsfankusht,

    Thanks so much for your response. I did what you said through the child theme stylesheet and it worked perfectly!

    Much appreciated

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.