Danny74 Posted March 13, 2009 Share Posted March 13, 2009 How can I change "Bestsellers" on the right column to some other text, such as "Hot Buys," "Popular," etc? Is there also a way to change the font. My guess would be in the style sheet. Thanks. Link to comment Share on other sites More sharing options...
Guest Posted March 13, 2009 Share Posted March 13, 2009 Try this in catalog/includes/languages/english.php // best_sellers box text in includes/boxes/best_sellers.php define('BOX_HEADING_BESTSELLERS', 'Bestsellers>'); define('BOX_HEADING_BESTSELLERS_IN', 'Bestsellers in<br> '); Good Luck. You can change the font in the stylesheet but it will change all of the infoboxes. Look for entries that start with "infobox" in the stylesheet. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.