• Resolved KimMcDougalcrafter

    (@ormgrecipes)


    Is there a way to turn off the down arrow for a submenu in the Kemet theme? I would just like to hover over a menu item and it shows the submenu underneath. Can this be done with CSS?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Leap13

    (@leap13)

    Hello @ormgrecipes

    Thank you for contacting Leap13 support!

    Please add the below css code to your website to disable submenu icon.

    .main-header-bar .main-header-bar-navigation .menu-item-has-children>a:after,
     .main-header-bar .main-header-bar-navigation .page_item_has_children>a:after {
    display: none;
    }

    Please note that the next update will include new features, You will need to check our next update announcement first to be able to update your website successfully.

    Thanks,
    Leap13

    • This reply was modified 2 years, 6 months ago by Leap13.
    Thread Starter KimMcDougalcrafter

    (@ormgrecipes)

    Hello, I’m sorry to report that the code didn’t work. I placed in the additional css in customizer. I’m also using a child theme of Kemet. Can you assist again?

    Theme Author Leap13

    (@leap13)

    Hello,

    I believe this is more related to something wrong in the css code format which you copied please check screenshoot and feed me back if you need further help.

    Thanks,
    Leap13

    Thread Starter KimMcDougalcrafter

    (@ormgrecipes)

    Hi there, it’s working now. I re-copied the code and the only thing I did differently was put a space after the caret > and now it’s working. thanks!

    Theme Author Leap13

    (@leap13)

    @ormgrecipes

    Great, I’m so glad that everything is working just fine with you now.

    If you have any further questions, please don’t hesitate to feed me back anytime.

    It would be great if you could please do us a BIG favor by rating Kemet WordPress Theme on our WordPress page.

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to Disable Drop Down arrow for Submenus’ is closed to new replies.