1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

CSS Changing Navigation Hover color

Discussion in 'Web Development' started by KAI365, May 21, 2010.

  1. KAI365

    KAI365 New Member

    Good Morning!

    I am trying to use a template with a nav bar that has pink as the color when links are hovered over.

    Can someone help me with how to change that color?

    Thanks in advance!!
     
  2. enigma1

    enigma1 New Member

    you can change it via the stylesheet, you need the class for the nav link there should be an a:hover somewhere for example,a:hover { color: #FF0;}
     
  3. KAI365

    KAI365 New Member

    perfect! thank you!