Different Color Links on the Same Page
-
In the costumizer I put under Additional CSS
a {
outline: none;
color: #519585;
}a:hover {
color: #f9a392 !important;
}a:visited {
color: #519585;
}Works well for all text links.
But when I assign a class, nothing happens.
a.class1 {
outline: none;
color: #519585;
}a.class1:hover {
color: #f9a392 !important;
}a.class1:visited {
color: #519585;
}And then in the additional css in the P box, where the link belongs:
class1And then it all doesn’t work. What am I doing wrong?
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Different Color Links on the Same Page’ is closed to new replies.