Changing Navigation Hover color

Discussion in 'How to use templates' started by KAI365, May 21, 2010.

  1. 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 Guest

    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 New Member

    perfect! thank you!