Okay
  Public Ticket #1497229
the hover color does not stay
Closed

Comments

  • coralinega started the conversation

    Why when I go on my menu the hover color does not stay that goes back to the white. Knowing that on my link footer it works and the color "orange" remains on the fly

    here is my css at
    color: #ffffff! important;
    }
    a: focus, a: hover {
         color: # ff5900! important;
    }
    .nk-navbar .active> .link-effect-2, .nk-navbar .active> .link-effect-3,

  • [deleted] replied

    Hello.

    Perhaps this will help:


    .nk-navbar .link-effect-2, .nk-navbar .link-effect-3, .nk-navbar .link-effect-2 .link-effect-shade, .nk-navbar .link-effect-3 .link-effect-shade, .nk-navbar .active > .link-effect-2, .nk-navbar .active > .link-effect-3 {
    color: #ff5900;
    }