I would like the actual price that is showing on the catalog page to be the same size and font as the word 'Price'. I have looked in Firebug and this is what is showing:
<actinicrices retail_price_prompt="Price:" prod_ref="31">
<br/>
<span class="actlarge">Price:</span>
£17.00
</actinicrices>
It doesn't appear that the product reference (£17.00) is being styled by anything, so I don't know how to change it.
Can someone throw some light on this for me please?
<actinicrices retail_price_prompt="Price:" prod_ref="31">
<br/>
<span class="actlarge">Price:</span>
£17.00
</actinicrices>
It doesn't appear that the product reference (£17.00) is being styled by anything, so I don't know how to change it.
Can someone throw some light on this for me please?
Comment