Support » Theme: Portfolio Press » Navigation Hover Color

  • Resolved MyHairWebsite

    (@myhairwebsite)


    Hi

    Does any body know which CSS tag controls the hover over background color on the navigation? I updated the theme and it appears the tags have changed.

Viewing 3 replies - 1 through 3 (of 3 total)
  • just add :hover on the element css and use background-color to change the colour

    Thread Starter MyHairWebsite

    (@myhairwebsite)

    This code ended up working:

    .primary-navigation ul > li:hover > a {background: #3399FF;}
    and
    .primary-navigation ul li.current-menu-item > a {background: #3399FF;}

    great you sort it out 🙂
    anyways, you can use “background” or “background-color”

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Navigation Hover Color’ is closed to new replies.