0
Answered
How to change the css colors of the links and...
How to change the css colors of the links and the standings color like circled with red with my own colors
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
}
Customer support service by UserEcho
To change link color in Standing table, use CSS snippet below