vjboc Posted June 29, 2010 Posted June 29, 2010 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.
knifeman Posted June 29, 2010 Posted June 29, 2010 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
vjboc Posted June 30, 2010 Author Posted June 30, 2010 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
shadow007 Posted June 30, 2010 Posted June 30, 2010 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.
vjboc Posted June 30, 2010 Author Posted June 30, 2010 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.