Viewing 1 replies (of 1 total)
  • You can change this in your style.css on how to show hyperlinks
    I use this……

    /***** Hyperlinks ********************/

    a {
    color: #2200D5;
    text-decoration: none;
    }

    a:hover {
    color: #FF0000;
    text-decoration: underline;
    }

    a img {
    border: none;
    }

    a:focus, a:hover, a:active {
    outline: none;
    }

Viewing 1 replies (of 1 total)

The topic ‘Remove underline’ is closed to new replies.