dvharrison Posted April 24, 2008 Share Posted April 24, 2008 Hi all I am currently adding the finishing touches to my page template and this is about the remaining problem I have. Basically I would like to keep the borders and the column boxes (search, categories, etc) but the same class is set up in the main body of the page resulting in a border being included around either new products or around the checkout buttons and its this border I would like to lose. I can set up a separate class and call it something like infobox2 but I cannot find the main source where I can change the class. Which file would I need to change in order for this to work? Please advise. TIA Debbie Harrison Link to comment Share on other sites More sharing options...
arietis Posted April 25, 2008 Share Posted April 25, 2008 I am currently adding the finishing touches to my page template and this is about the remaining problem I have. Basically I would like to keep the borders and the column boxes (search, categories, etc) but the same class is set up in the main body of the page resulting in a border being included around either new products or around the checkout buttons and its this border I would like to lose. I can set up a separate class and call it something like infobox2 but I cannot find the main source where I can change the class. Which file would I need to change in order for this to work? the infobox class is defined in the includes/classes/boxes.php file (i believe, i don't have the source code on this machine, so that's from memory...) there are two ways to do this, change the infobox class to use infobox2 style and leave the .php files in catalog/ alone, or change all the infobox references to infobox2 in the .php files. there may be multiple .php files that use this. (i really don't know, i've never looked) i'd lean towards changing the infobox class in includes/classes/boxes.php to use infobox2 as it's probably a very small and localized change rather than, potentially, many changes. backup first!! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.