PDA

View Full Version : Changing the font


Cheemu
January 31st, 2004, 07:41 PM
Hi,
How do i change the font size and table width in cart.. i also want to remove "base price, options" from cart .. just need to show total price.. cuz it seems invoice and i dont want that look in giftshop..

thanks in advance

Rich
February 4th, 2004, 12:05 PM
Just about every piece of the cart is controlled by a template file (multiple templates make up a theme). The font sizes are controlled by a style sheet, which is part of the theme that you are using. To modify the style sheet, first create a custom theme (refer to the documentation for the steps), then copy the store.css file from the squirrelcart/themes/squirrelcart folder to the folder of your new custom theme. You can then edit the file to change the font sizes in the various areas of the cart.

Changing the table width, or removing a section of the cart, is handled in the same way, but the file you edit will vary with the table (or section of the cart) that you wish to change.

If you can tell us which area(s) you're referring to, we can tell you which template to edit. We've tried to make the template names self explanatory, but they're not always that obvious. :squirrel: