Julio Posted November 24, 2002 Posted November 24, 2002 Where do I change the color of the table backgrounds? Can I use a custom graphic instead? I set another language as Default, but when I open www.domain.com/catalog/default.php it shows in English, what can I do?
Guest Posted November 25, 2002 Posted November 25, 2002 For the colors its in your stylesheet.css and for the language it as to do with your window regional setting
xaraya Posted November 25, 2002 Posted November 25, 2002 Yes you can customize the graphic interface. It's a bit tricky at first becuase there's no template system. I went 2 days without sleep so I wouldn't forget what it was I just did. There are some restrictions such as all the boxes are controlled by the same <td> tag. The header.php and footer.php file are the easiest part so focusing on a one column layout could give you a very unique look. These are my favorite example shops regarding design possibilities: http://corporateoutfitter.cabelas.com http://www.paolicheese.com http://thread.co.nz/shop/ http://www.royalfashions.com http://www.smokecds.com http://www.vandykes.com http://paulharris.paulharris.com http://www.spotit.com.au http://www.srh.com/catalog/ http://www.warmwoman.com http://www.canadianhouseandhome.com
xaraya Posted November 25, 2002 Posted November 25, 2002 sorry, got a bit off topic there. Too much coffee :oops: If you need to force a language look for <?php include(DIR_WS_LANGUAGES . $language . and change . $language . to . german . or whatever. I had to force . english . due to some contrubutions pulling up errors on foreign browsers becuase they had no language dependent files when called from . $language .
Julio Posted November 25, 2002 Author Posted November 25, 2002 Thank you for the info guys. Definately trying to work something out like http://corporateoutfitter.cabelas.com This "style" (graphically) can be achieved by working mostly on the stylesheet.css? Just would like to know what are the most important files to work with in terms of graphics, change - add - remove icons, etc.+
Julio Posted November 25, 2002 Author Posted November 25, 2002 For example... under stylesheet there's line: A:hover.bluelink { color:#0000FF; background-color: #FFFF33; text-decoration:underline; } if I would like to change the background-color from #FFFF33 with a graphic, will using "background="{imagesfolder}/filename.gif" work?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.