color links
-
Hello,
To change the color of the links I used in custom css:
.entry-content p a:link {
color: #6E6E6E;
}
.entry-content a:hover {
color: #991010;
}But this only works partly. Some links are now in the right color. But the profile name and all the links starting with @ (links to other twitter users) are still blue. How can I solve this problem?
Oh, and on my android phone, all the links are the right color!Best regards
Monique
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘color links’ is closed to new replies.