Hi,
Im trying to change the font size and colour for my logged in Customers. I understand its not as easy as regular customers. Below is the layout code for Online Tax Exclusive price. What would I have to do to it, to change the price to red and font 16, or to a css value 'customerprice'?
<Actinic:OnlinePrices>
<Actinic:RetailPrices>
<strong><Actinic:PriceDescription />
<Actinic:QuantityApplies>
(<Actinic:QuantityDescription />)
</Actinic:QuantityApplies>
</strong>
<Actinic:TaxExclusivePrice />
<Actinic:TaxesApply>
<span class="vat">(+ <Actinic:TaxMessage />)</span>
</Actinic:TaxesApply><br />
</Actinic:RetailPrices><br />
<Actinic:CustomerPrices>
<strong><Actinic:PriceDescription />
<Actinic:QuantityApplies>
<Actinic:QuantityDescription />
</Actinic:QuantityApplies>
</strong>
<Actinic:TaxExclusivePrice />
<Actinic:TaxesApply>
<span class="vat">(+ <Actinic:TaxMessage />)</span>
</Actinic:TaxesApply><br />
</Actinic:CustomerPrices>
</Actinic:OnlinePrices>
Im trying to change the font size and colour for my logged in Customers. I understand its not as easy as regular customers. Below is the layout code for Online Tax Exclusive price. What would I have to do to it, to change the price to red and font 16, or to a css value 'customerprice'?
<Actinic:OnlinePrices>
<Actinic:RetailPrices>
<strong><Actinic:PriceDescription />
<Actinic:QuantityApplies>
(<Actinic:QuantityDescription />)
</Actinic:QuantityApplies>
</strong>
<Actinic:TaxExclusivePrice />
<Actinic:TaxesApply>
<span class="vat">(+ <Actinic:TaxMessage />)</span>
</Actinic:TaxesApply><br />
</Actinic:RetailPrices><br />
<Actinic:CustomerPrices>
<strong><Actinic:PriceDescription />
<Actinic:QuantityApplies>
<Actinic:QuantityDescription />
</Actinic:QuantityApplies>
</strong>
<Actinic:TaxExclusivePrice />
<Actinic:TaxesApply>
<span class="vat">(+ <Actinic:TaxMessage />)</span>
</Actinic:TaxesApply><br />
</Actinic:CustomerPrices>
</Actinic:OnlinePrices>
Comment