0
Answered

How to change the css colors of the links and...

Alphonce 5 years ago in Standing updated by Andrei S. (Developer) 5 years ago 1

How to change the css colors of the links and the standings color like circled with red with my own colors

Image 240

Answer

Answer
Answered

To change link color in Standing table, use CSS snippet below

.standing-table a.club__link {
color: #444 !important; // set color you like
}
GOOD, I'M SATISFIED

Thanks Alot

Satisfaction mark by Alphonce 5 years ago
Answer
Answered

To change link color in Standing table, use CSS snippet below

.standing-table a.club__link {
color: #444 !important; // set color you like
}