I have modifed lots of templates without really understanding what i am doing, and now got stuck with something and need some depth in my knowledge to go any further.
I am trying to reduce the font size of the
Price: £X.XX (Excluding VAT at 17.5%) line that is part of Act_RightProductLine.html
I opened this file and see NETQUOTEVAR:PRICEEXPLANATION and only assume this is it.
Preceeding this is
...and modifying this does nothing ?
So is there font size knowledge within NETQUOTEVAR:PRICEEXPLANATION, or am i barking up the wrong tree completely.
Oh hang on something has just worked, i added the
just before NETQUOTEVAR:PRODUCTPRICE and thats modified
Price: £X.XX
but (Excluding VAT at 17.5%) is still the same ?
Can anyone straighten me out.
Simon.
I am trying to reduce the font size of the
Price: £X.XX (Excluding VAT at 17.5%) line that is part of Act_RightProductLine.html
I opened this file and see NETQUOTEVAR:PRICEEXPLANATION and only assume this is it.
Preceeding this is
HTML Code:
<span class="actxxsmall">
So is there font size knowledge within NETQUOTEVAR:PRICEEXPLANATION, or am i barking up the wrong tree completely.
Oh hang on something has just worked, i added the
HTML Code:
<span class="actxxsmall">
Price: £X.XX
but (Excluding VAT at 17.5%) is still the same ?
Can anyone straighten me out.
Simon.
Comment