Welcome to Football Leagues Plugin Community

Join our community to ask questions , submit an idea , vote for the features you like or report a bug  


Rules in short:
 
Ask questions politely. Respect other people and their opinions. Be courteous and respectful. No spam or advertising. All inappropriate posts will be removed.

0
Fixed

The %danger% is not showing the colour in standing table below

Suprim 5 years ago in Standing updated by Andrei S. (Developer) 5 years ago 2

Image 514

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
Andrei S. (Developer) 5 years ago

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

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