lisameansbusiness 0 Posted April 15, 2009 How do i change the text in the shopping cart box to a different color. I know how to change the code but what file and under what is it called? anybody know. Share this post Link to post Share on other sites
bktrain 15 Posted April 15, 2009 Have a look at this Stylesheet Remember to backup database, files and pictures. I have a problem for your solution I reject your reality and substitute my own My mind not only wanders, it sometimes leaves completely The problem with the gene pool is that there is no lifeguard Everyone’s entitled to my opinion Links Security SSL Help Basics for design V2.3+ Share this post Link to post Share on other sites
lisameansbusiness 0 Posted April 15, 2009 yeah i figured that out i also wanted to know how do i remove the little squares in the boxes after i have changed the header color of the boxes im still left with little grey squares how can i fix that or take them out all together. when i delete the file which is an image i get left with the box with an x in it. any ideas? Share this post Link to post Share on other sites
bktrain 15 Posted April 15, 2009 (edited) Click on How Do I below and look at tips 8 and 9. Or you could make transparent gifs of those pics. Edited April 15, 2009 by bktrain Remember to backup database, files and pictures. I have a problem for your solution I reject your reality and substitute my own My mind not only wanders, it sometimes leaves completely The problem with the gene pool is that there is no lifeguard Everyone’s entitled to my opinion Links Security SSL Help Basics for design V2.3+ Share this post Link to post Share on other sites
lisameansbusiness 0 Posted April 15, 2009 i did and none of those work. taking out that peice of code deletes the heading of the box all together Share this post Link to post Share on other sites
bktrain 15 Posted April 15, 2009 Using catalog/includes/boxes/categories.php as an example find $info_box_contents = array(); $info_box_contents[] = array('text' => BOX_HEADING_CATEGORIES); new infoBoxHeading($info_box_contents, true, false); Change to $info_box_contents = array(); $info_box_contents[] = array('text' => BOX_HEADING_CATEGORIES); new infoBoxHeading($info_box_contents, false, false); Setting those to false, false will not show the corner images. Remember to backup database, files and pictures. I have a problem for your solution I reject your reality and substitute my own My mind not only wanders, it sometimes leaves completely The problem with the gene pool is that there is no lifeguard Everyone’s entitled to my opinion Links Security SSL Help Basics for design V2.3+ Share this post Link to post Share on other sites