Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do i change product name font size?


vjboc

Recommended Posts

Posted

How do i change product name font size on product page? What is the code name in the css file?

In css I tried changing ".main .name b" and ".main .name a" and it changes the font on the index and specials pages.

Posted

How do i change product name font size on product page? What is the code name in the css file?

In css I tried changing ".main .name b" and ".main .name a" and it changes the font on the index and specials pages.

What text do you wish to change on that page?

 

If you view the page with your browser, then click view source, find the text in the source. Then the class should be right before it in the same source code.

 

Tim

Posted

What text do you wish to change on that page?

 

If you view the page with your browser, then click view source, find the text in the source. Then the class should be right before it in the same source code.

 

Tim

 

 

That did not work. I want to change the font size for the product name above the description in the products page. I'm not sure which code it is in the stylesheet.css file

Posted

Here it is:

 

<td class="pageHeading" valign="top"><?php echo $products_name; ?></td>

 

I suggest you create a new class and copy and edit the current class named pageHeading.

Everyone is changing the world.

Everyone is a world.

For everyone needs my help, PM or email if I amn't online.

Posted

Here it is:

 

 <td class="pageHeading" valign="top"><?php echo $products_name; ?></td> 

 

I suggest you create a new class and copy and edit the current class named pageHeading.

 

 

Hey thanks, that took care of the problem. I had the page heading in css file, but did not have the td class code for the php echo $productsname

Archived

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

×
×
  • Create New...