PDA

View Full Version : Product Text Size


namunday
09-Oct-2004, 09:01 PM
can anyone tell me how to change the size of the products text i the shopping cart. Altering to actregular or actxlarge just changes the attribute size

I-CC
10-Oct-2004, 12:12 PM
It all depends on what theme you are using and whether you are using CSS to style and ultimately assign the text sizes...

Take a look in the product template and see if it refers to something along the lines of span class="actregular" or other variations.

If it does then the size is assigned within the CSS file in the form of x-small, xx-small etc.

If it is not assigned with span classes, then within the productline template add a <font size="+1"> content </font> or however you wish the font size to size (up or down) which will do the job directly.