bsamson
11 years agoAdept
Changing color of linked text
Hello! I've added clickable text to a custom page and it is not displaying the same color as other clickable text. Below is my HTML code, where would I add code to change the font color? <b><...
- 11 years ago
Inheritance issue. Try changing ".event-link" to ".lia-body .lia-content a.event-link" so your new selector is more specific than the one at the top of the list.
Cheers,
Tyson