Link Colors Not As Expected
-
I have tried using various CSS snippets to get the links hover colors in the table to be deep blue and orange. This is the most recent.
.tablepress-id-1 a:visited {
color: #26296E;
}
.tablepress-id-1 a:hover {
color: #F08B23;
}Unfortunately the theme overrides both the link and the hover with a blue font. I don’t want to have to try to edit the theme code to stop that override.
Suggestions, anyone.
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 ‘Link Colors Not As Expected’ is closed to new replies.