• i want css for link a .ex

    a:link {
        color: green;
    }
    a:visited {
        color: green;
    }
    a:hover {
        color: red;
    }
    a:active {
        color: yellow;
    }

    but i can’t change css for virtue themes , please help me

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to change css for link a’ is closed to new replies.