• Resolved jbuda

    (@jbuda)


    After clicking on a main menu item and moving the mouse, I briefly see a black box.

    How do I get rid of this?

    Can I do it with CSS? I am well versed.

    Just let me know what the selector is. I can’t find it or figure out what is causing the behavior. Is it javascript?

    Urgent help is appreciated!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jbuda

    (@jbuda)

    Note – you can see the black box if you click on a menu item and then move the mouse.

    Thread Starter jbuda

    (@jbuda)

    I realized that this can be done away with by using the following CSS with the menu links:

    {
    outline: none;
    }

    Theme Author Tajam

    (@tajam)

    If you want to hide outline only for the main menu, you can use this css code:
    .primary-menu a { outline: none }

    We use outline in the theme for accessibility.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove box that appears around menu item after clicking’ is closed to new replies.