• Resolved dropdown

    (@ddaustralia)


    Hi there! I have been playing around for a bit and can’t seem to figure this one out. On my site i want to change the inner dropdown menu link hover color to a dark grey at the moment its all blue and does nothing when the mouse is over it. I would like it to stretch the width of the of the box if possible.

    Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • .navbar_inner > div > ul li li > a:hover,
    .navbar_inner > div > ul li li.sfHover > a,
    .navbar_inner > div > ul li li > a:focus,
    .navbar_inner > div > ul li li.current-menu-item > a,
    .navbar_inner > ul li li > a:hover,
    .navbar_inner > ul li li.sfHover > a,
    .navbar_inner > ul li li > a:focus,
    .navbar_inner > ul li li.current-menu-item > a {
      background: #262626;
    }
    Thread Starter dropdown

    (@ddaustralia)

    thanks very much but i have switched themes. i am sure it will serve as a fix for others

    thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing link background color hover on inner dropdown menu.’ is closed to new replies.