oceanlink Posted April 23, 2007 Share Posted April 23, 2007 Hi I need to change the font in the product description section. Can anyone please advise where this is configured? Thanks for any assistance. Link to comment Share on other sites More sharing options...
oschellas Posted April 23, 2007 Share Posted April 23, 2007 Output is done by the catalog/product_info.php file, search for the following string: <p><?php echo stripslashes($product_info['products_description']); ?></p> You could apply some style to the <p> tag. Link to comment Share on other sites More sharing options...
oceanlink Posted April 24, 2007 Author Share Posted April 24, 2007 Output is done by the catalog/product_info.php file, search for the following string: <p><?php echo stripslashes($product_info['products_description']); ?></p> You could apply some style to the <p> tag. Thanks - will this then work on all poducts I create ? Link to comment Share on other sites More sharing options...
oschellas Posted April 25, 2007 Share Posted April 25, 2007 Yes, another way is to install a what you see is what you get (WYSIWYG) editor contribution, this way you can style every product description the way you like. There are a few available, for cross platform compatibility I would recommend tinyMCE. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.