Okay
  Public Ticket #1010913
Menu focus
Closed

Comments

  •  2
    Misael Avelar started the conversation

    When you pressed a menu button, a black box is marked. I customize the skin of the subject, the skin it brings by default does not have this error.

  • [deleted] replied

    Hi Misael,

    Can you please add the code below to Custom CSS

    .nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent !important;
    }