Viewing 1 replies (of 1 total)
  • animeshtripathi

    (@animeshtripathi)

    Go to Appearance > Editor and modify this bit of code:

    In lines 313-322:

    a:link { —->Link Color
    color: #0066cc;
    }
    a:visited { —->Visited Link Color
    color: #743399;
    }
    a:active, —->Link Color on Hover
    a:hover {
    color: #ff4b33;
    }

    Just modify the color values to whatever you want. Use colorpicker.com

Viewing 1 replies (of 1 total)

The topic ‘changing link colors’ is closed to new replies.