Closed Simracer2018 closed 6 years ago
What tool? attach a image if you can pointing to the thing that you want change.
You can do two things:
1. Change the colour of the box:
<td width="120">Name:</td>
<td><div class="w3-white"> <?=$item['name']?></td>
or 2. Change colour of the text
<td width="120">Name:</td>
<td><div class="w3-text-white"> <?=$item['name']?></td>
*Example from file: division_chg.php line nº25
Ok. Thanks !!!
How and where can I change the base color of the font [black] for the tool?