Increase the size of Step 1 of X
I want to increase the size of the text "Step 1 of 3" during checkout process.
For starters I created a new style called DialogTitleCheckout and assigned my new text parameters.
If I'm following the process correctly the dialog.tpl needs to be modified.
I started with the code near the top and I am guessing the code needs to follow something like this;
{*** Make Title Bigger on Checkout ***}
{if mode=checkout}
<TD class="DialogTitleCheckout" background="{$ImagesDir}/custom/dialog_bg.gif" height="19" nowrap>{$title}
[img]{$ImagesDir}/spacer.gif[/img]</TD>
{else}
{*** Original Code ***}
<TD class="DialogTitle" background="{$ImagesDir}/custom/dialog_bg.gif" height="19" nowrap>{$title}
[img]{$ImagesDir}/spacer.gif[/img]</TD>
{/if}
This is where I'm stuck. Can anyone help me with the correct IF statement? or offer some suggestions or alternatives.
Thanks,
__________________
Tim V
x-cart 4.0.13
|