Where in the template files does it allow you to change the color of the "Monthly Goal Is... Amount Received" text? I don't want it to reference a var, I just want to hardcode the color into the template file... any help is much appreciated!!
Scratch this, I got it. Below is what I did.
Notice the #FFFFFF and the #000000 (The white changes the text and the black throws a black pixel border around the whole thing.
Quote:
<div id="vsapp_boxswitch" style="padding:0px;margin:0px;border:1px solid #000000;border-top:0px;{vb:raw vbcollapse.collapseobj_vsapp_boxswitch}">
<div class="blockrow" style="white-space:nowrap; color:#FFFFFF;">
<vb:if condition="($_REQUEST['do']!='donate')" style="color:#FFFFFF;">
<span style="float:{vb:stylevar right};white-space:nowrap; color:#FFFFFF;">
<a href="{vb:raw vboptions.bburl}/misc.php?{vb:raw session.sessionurl}do=donate" style="text-decoration:none; color:#FFFFFF;">{vb:rawphrase vsapaypal_donate_now}</a>
</span>
</vb:if>
|