Viewing 2 replies - 1 through 2 (of 2 total)
  • In your superfish.css file line about 107 you have this code:

    #nav li:hover, #nav li.sfHover,
    #nav a:focus, #nav a:hover, #nav a:active {
    	outline: 0;
    	color: #a0ce4e;
    	background: none;
    }

    You can change the color value to any hex color or simply word orange for orange color

    e.g.

    #nav li:hover, #nav li.sfHover,
    #nav a:focus, #nav a:hover, #nav a:active {
    	outline: 0;
    	color: orange;
    	background: none;
    }
    Thread Starter RamDoNation

    (@ramdonation)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hyperlink Hover Change’ is closed to new replies.