Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing font style of ShoppingCart.php


Guest

Recommended Posts

Posted

Here is what I am looking at

 

if ($cart->count_contents() > 0) {

$info_box_contents[] = array('text' => tep_draw_separator());

$info_box_contents[] = array('align' => 'center',

'text' => $currencies->format($cart->show_total()));

 

I would like to also make the font bigger. I tried to use the style sheet to do this but to no avail

 

Any help would be greatly appreciated.

 

Gary

Posted

go into the stylesheet again and change "px" to "pt" .....

 

this way all of your font sizes will now be based on the normal point system rather than pixels.

 

you'll have to go back and change them accordingly though because 18px isnt the same as 18pt font

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...