Guest sensake Posted November 15, 2005 Share Posted November 15, 2005 Can anyone tell me in which file i can change the default background color of "Killer"? (atm it's white) Greetings and thanx Quote Link to comment Share on other sites More sharing options...
roban Posted November 15, 2005 Share Posted November 15, 2005 skins/killer/styleSheets/layout.css Quote Link to comment Share on other sites More sharing options...
Guest sensake Posted November 15, 2005 Share Posted November 15, 2005 I only find code for changing the background of all the applets (language, products, ...) check www.e-mand.be/shop/index.php if you please thx Quote Link to comment Share on other sites More sharing options...
roban Posted November 15, 2005 Share Posted November 15, 2005 If you want to change the side box tops and bottoms, those are images and have to be edited in your favorite image editor. boxTitleBg.gif and boxFootBg.gif. The page surround is in layout.css. #pageSurround { width: 98%; margin: 0px auto; padding: 5px; You can add: background-color: #hex color code; For the rest of the page add a background-color tag to: body { margin: 5px; The nav bar and document bar are images as well and are made up of several parts. You can download any of several colors in the Downloads section. Quote Link to comment Share on other sites More sharing options...
Guest sensake Posted November 16, 2005 Share Posted November 16, 2005 ty very much, adapted almost everything i needed, i just need to find where i can change the white spaces between the upper categories (beginpagina, geschenkmanden, ...) and the background-color of the search box (grey area) could someone help me with this last thing? Thx very much for the quick support Quote Link to comment Share on other sites More sharing options...
roban Posted November 16, 2005 Share Posted November 16, 2005 style.css .searchBox { background-color: #FFFFFF; border: 1px solid #7F9DB9; height: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #0E51A3; Those white spaces on the side boxes are images that have to be edited to change the color. I noted this in an earlier post. " If you want to change the side box tops and bottoms, those are images and have to be edited in your favorite image editor. boxTitleBg.gif and boxFootBg.gif." They are located in Skin/Killer/styleImages/backgrounds Quote Link to comment Share on other sites More sharing options...
markscarts Posted November 16, 2005 Share Posted November 16, 2005 Hello snesake, and welkommen to the forum! The little white spaces you see at the category tabs are part of the images that make those tabs. They are GIF's and the white areas aren't visible in the stock skin, because it has a white background. To fix, just open those images in your favorite image editor and change the white corners to the same yellow color of your background, or make them transparent, then save and upload them. As to the gray area, this too is a background image. Look for it in the style sheet, and delete it from the styles by removing all background-image references for sessionBg.gif Quote Link to comment Share on other sites More sharing options...
Guest Posted November 18, 2005 Share Posted November 18, 2005 Hi When I add color to #pageSurround the Latest product box and homepage also get filled. How can I prevent this. I want them to be white inside. Regards Nils Quote Link to comment Share on other sites More sharing options...
markscarts Posted November 19, 2005 Share Posted November 19, 2005 Hi Nils, I've helped you with your skin before, so I'm pretty sure you're using Killer? There is no background color or image specified for .boxContent, so by default it is transparent. To make the areas you mentioned white, go to styleSheets/layout.css and find the class .boxContent Add a line to set background color to white (or to #FFFFFF): background-color: white; or background-color: #FFFFFF; Quote Link to comment Share on other sites More sharing options...
Guest Posted November 23, 2005 Share Posted November 23, 2005 Yes, its for the Killer skin. Thanks for helping out. I visited your exelente CC3.biz site. Whats the hex color code for that very light grey color you use? Best regards Nils Quote Link to comment Share on other sites More sharing options...
Guest jccboca Posted December 28, 2005 Share Posted December 28, 2005 Hello, I noticed that #FFFFFF changes the bcgrd of the actual text input area of the search box. I need to change the bcg color of the rest of the search box from lt grey to another color. Any ideas how I might do this? Thanks! style.css .searchBox { background-color: #FFFFFF; border: 1px solid #7F9DB9; height: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #0E51A3; Those white spaces on the side boxes are images that have to be edited to change the color. I noted this in an earlier post. " If you want to change the side box tops and bottoms, those are images and have to be edited in your favorite image editor. boxTitleBg.gif and boxFootBg.gif." They are located in Skin/Killer/styleImages/backgrounds Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.