• Resolved danellesmit

    (@danellesmit)


    Hi,

    I would like to remove the main menu indicator so that the indicator only shows on the submenu.

    Is there any way I could so this please?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Yoga

    (@yogajegstudio)

    Hello @danellesmit

    Sorry, but I don’t understand what you mean by main menu indicator.
    Can you send me a screenshot explaining what should be removed?
    (you could upload the image to public sharing image sites and paste the link here)

    Thank you.

    Thread Starter danellesmit

    (@danellesmit)

    Hi,

    On the Gutenverse nav menu there is an option to add an indicator item which you add on the Submenu item style tab. But the indicator shows on the submenu and the main menu (parent pages)

    I want the indicator to appear on the submenu only and not next to the parent pages on the main menu

    Here is the link
    https://ibb.co/JBsc3GD

    Pradnya

    (@pradnyajegstudio)

    Hi @danellesmit

    For this, you can use custom CSS. Please try to add this code to Appearance > Customize > Additional CSS.

    .guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu > li.menu-item-has-children > a i {
        display: none;
    }
    Thread Starter danellesmit

    (@danellesmit)

    Thank you @pradnyajegstudio

    It solved my problem ??

    Pradnya

    (@pradnyajegstudio)

    Glad to help danellesmit. Let us know if you have other questions or problems.

    Also if you don’t mind, please leave us a review about your experience using our plugin. It will help us a lot to grow the community, improve our plugin, add features and provide the best experience for our users.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing Main Menu Indicator on Main Menu’ is closed to new replies.