Okay
  Public Ticket #2055480
2 Questions
Closed

Comments

  •  4
    Ho0tz04 started the conversation

    I have 2 questions:

    1)

    I’m using the wide header layout. When I mouse over menu items that have a submenu the caret appears however when I’m not hovering over it, the caret icon isn’t there. Is there a way to make the caret icon appear by default so the user knows there are submenu items?

    2)

    Right now I’m using custom links and a url of # for some parent menu items. Is there a way to disable those parent menu items since they’re not really clickable links?

    Thank you!

  •  1,593
    Barry replied

    Hi there,

    1. I really need to see this issue live on your website because I have no clue what's going on or what is causing the issue. Can you provide me the url of your website so I can take a closer look?

    2. You mean that you want to remove the ability to click this menu link? In this case you can add a custom class to the parent menu link (see attachment) and remove the ability to click this link by adding the following CSS code to Appearance -> Customize -> Additional CSS:

    /* remove click from menu item */
    .main-navigation > li.remove-click > a { pointer-events: none; }
    

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  •  4
    Ho0tz04 replied

    Here is our website:


    https://befoundusa.com/

  •  1,593
    Barry replied

    Thank yousmile.png

    Please add the following CSS code to Appearance -> Customize -> Additional CSS to make the caret icon visible by default:

    @media (min-width: 992px) {
        .main-navigation > li.menu-item-has-children:after {
            color: #a3a3a3;
        }
    }

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  •  4
    Ho0tz04 replied

    Thank you very much - I appreciate the help. Love the theme, please consider this matter closed. 

  •  1,593
    Barry replied

    I'm very happy to hear that! You're welcome, I'm glad I could help you.

    If you have any questions feel free to open a new ticket.

    Have a nice day!

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes