Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change the title style


zaiw

Recommended Posts

Posted

Hi all,

 

I have been given the responsibility for a osCommerce solution. I'm fairly new to osCommerce and I have a little issue.

 

I want to change the font style of the page title (HEADING_TITLE).

 

Example.:

 

The code in the account_edit.php is as follows:

 

<? new contentBoxHeading_ProdNew($info_box_contents);?>

 

The code in /includes/classes/boxes.php is:

class contentBoxHeading_ProdNew extends tableBox {
function contentBoxHeading_ProdNew($contents) {
  $this->table_width = '100%';
  $this->table_cellpadding = '0';

  $info_box_contents = array();
  $info_box_contents[] = array(array('params' => 'class="style20"',
									 'text' => HEADING_TITLE));

  $this->tableBox($info_box_contents, true);
}
 }

 

The css style "style20" is a style that I've created. The problem is that this style is not the style that I have created.

 

Can anyone please assist me in this issue?

 

Thank you in advance.

 

Best Regards

Kenneth

Archived

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

×
×
  • Create New...