How i can write my badge in red? I need change the colou, but i don’t know how is possible. What file i mudify ?
My php profile_badge.tpl is
<h3>Pilot Badge</h3>
<p align=“center”>
<img src=“<?php echo $badge_url ?>” />
</p>
<p>
<strong>Direct Link:</strong>
<input onclick=“this.select()” type=“text” value=“<?php echo $badge_url ?>” style=“width: 100%” />
<br /><br />
<strong>Image Link:</strong>
<input onclick=“this.select()” type=“text” value=‘<img src=“<?php echo $badge_url ?>” />’ style=“width: 100%” />
<strong>BBCode:</strong>
<input onclick=“this.select()” type=“text” value=‘’ style=“width: 100%” />
</p>
Is the correct file for the modify?