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
Announcement
Collapse
No announcement yet.
Product Text Size
Collapse
X
-
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.
Comment