I am a noob ??
In the theme css I defined this class:
.widgetstyle { /* unvisited link */
a:link {
color: red;
}
/* visited link */
a:visited {
color: green;
}
/* mouse over link */
a:hover {
color: hotpink;
}
/* selected link */
a:active {
color: blue;
} }
Then I put the word ‘widgetstyle’ in the widget wrapper class. Nothing happens ??
What am I doing wrong?
Thanks a lot!
]]>