Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

changing text on checkout_payment page


tommygunner

Recommended Posts

Posted

I want to change text on checkout_payment.php page. At very bottom of page it says Continue Checkout Procedure. Below it, it shows were it is in the process. It shows Delivery Information, Payment Information, Confirmation and Finished. All of these text items are in a ugly Times Roman font. I want to change font to something like Arial and want to know where to go to do that. I am using 2.2 version OSC.

Posted

Look in catalog/stylesheet.css - the classes begin with 'checkoutbar'

Posted

Hey, thanks. I looked at it, but I don't think that is it.

 

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }

.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

 

On my page, I have TimesRoman and in file it whos Verdana, Arial, san-serif.

 

Hmm

Posted

Check your browser font settings - they may be set to override stylesheets

Archived

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

×
×
  • Create New...