• Resolved ray parkes

    (@ray-parkes)


    I managed to change the menu hover and menu item background colour but can’t seem to change the active menu item background colour.
    I have tried
    #menu-main li a:active {
    background-color:#83CAED;
    }
    But that did nothing.
    Am I targeting it incorrectly?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ray parkes

    (@ray-parkes)

    Perhaps I should say current active link which is orange.

    Thread Starter ray parkes

    (@ray-parkes)

    Found it eventually and post it here should anyone else need it.

    .current_page_item a,
    .current-menu-parent a,
    .current-post-parent a,
    .current-post-ancestor a,
    .current-menu-ancestor a,
    .current-menu-item a {
    background: #83CAED;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘active menu item background colour’ is closed to new replies.