bill941 Posted August 8, 2004 Posted August 8, 2004 Here what I would like to do.First I would like be able to change the font and font sizes,colors of all the boxes displayed.Second I would like to had a hyper link into the categories box,I also want to space out the links in that box also they are way to close together and it's hard to understand what your clicking on because of it.Now since I no expert on php code or html what files do I need to edit to achieve these goals.Thanks for any and all help in advance.
Guest Posted August 8, 2004 Posted August 8, 2004 I think you should really do a little reading first as you have quite a lot of questions there which can be answered here: http://www.oscommerce.info/
niknakgroup Posted August 8, 2004 Posted August 8, 2004 For most of your font size, colour, style and infobox background settings, one file does 'em all! take a peek in catalog/stylesheet.css and have a tinker. BACKUP your file first, then play with each setting and see what it does to your site! @cos i'm a flash git who like simmicky things, visit my site below (via www link) and have a play with the skin selector option on the left hand side. Each different look is exactly the same site, with a slightly different stylesheet.css file selected. You may also want to know the html code for different colours - you can find them HERE Best wishes :D Oh, and for your categories box, changes need to be made in catalog/includes/boxes/categories.php - again BACKUP and tinker. If it dont work, reinstate your backed up version. This really is the only way to learn this software - that and extensive reading of the forums and knowledge base!! Please note - if I have suggested a contrib above, it doesnt mean it will work! Most of the contribs are not ones I've used, but may be useful for your particular problem.... Have you tried a refined search? Chances are your problem has already been dealt with elsewhere on the forums..... if (stumped == true) { return(square_one($start_over) } else { $random_query = tep_fetch_answer($forum_query) }
bill941 Posted August 8, 2004 Author Posted August 8, 2004 Thanks guys that helped alot I have managed to do most of what I needed to do.I still need to figured how to but a html into categories box and how to have hyperlinks in the logo but other then that it's going well I think lol
reliablesol Posted August 9, 2004 Posted August 9, 2004 The contents of the info boxes are found in 'catalog/includes/boxes/' directory. For categories, it is categories.php within that directory. You might also have a look at search.php in the same directory to get an idea of how to include different types of html. Kerry Slavin
Recommended Posts
Archived
This topic is now archived and is closed to further replies.