Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1205161

    2342J
    Participant

    Please read the original post more carefully, I have taken care to describe it accurately and succinctly. The link is provided in a private reply directly after the OP.

    You noted in your screenshot that the onclick highlight (the blue box, or red box, or red dashed line that occurs around a clicked menu item) is different in different browsers, it is also different on different buttons in the menu. It should be consistent, and should not have any highlight at all on a click. Just like in the standard menu operation within X theme.

    #1205416

    Jade
    Moderator

    Hi there,

    Please use this code:

    .ubermenu .ubermenu-nav .ubermenu-item.ubermenu-item.ubermenu-item:focus,
    .ubermenu .ubermenu-nav .ubermenu-item.ubermenu-item .ubermenu-target:focus {
        outline: none !important;
    }

    Hope this helps.

    #1208154

    2342J
    Participant

    Success! Thank you.

    #1208196

    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.