tharris Posted July 21, 2003 Posted July 21, 2003 Hello, Could someone help me find where I can change the colors of the gray header bars. Thanks.
Guest Posted July 21, 2003 Posted July 21, 2003 stylesheet.css http://wiki.oscommerce.com/helpHowtoStylesheetCatalog is an OSC specific explanation. www.w3schools.com/css has some generic CSS modification help. Good luck, Matt
Rumble Posted July 21, 2003 Posted July 21, 2003 Hi, The colours are located in the stylesheet.css file in the catalog folder. The ones you want are 'headerNavigation' Hope this helps! Reddy to Rumble Thank you osCommerce and all who Contribute to her!
Guest Posted August 3, 2003 Posted August 3, 2003 Wow, it worked :) Now, how do I change color for all those nifty little boxes? This stylesheet uses different codes than I'm used to with css
Guest Posted August 3, 2003 Posted August 3, 2003 If I'd backed up the stylesheet first I could do a find/replace but I don't know what the original color code for grey is I don't use these types of codes with letters/numbers, mine are solely numbers
gusto72 Posted August 4, 2003 Posted August 4, 2003 If I'm not mistaken it 's #BBC3D3 hope this helps. Gusto It isn't because someone else knows the answer, means I'm dumb, or is it?
Guest Posted August 4, 2003 Posted August 4, 2003 Now I just need to fix the corners .... those didn't change color
thedjmixman Posted August 4, 2003 Posted August 4, 2003 If I remember correctly, the corners are little GIF's
Guest Posted August 4, 2003 Posted August 4, 2003 Ta, yes. I went to the source code and saw a few gifs. I'm not really that good in Photoshop when it comes to changing colors, but will back up the images first and then play around and see what I can do.
Guest Posted August 5, 2003 Posted August 5, 2003 Got it done, just created new images in the colors I wanted :) But -- the boxes around the tables are still grey -- and I don't see that in my stylesheet nor in my source code .... I'd like them to be purple if possible. Where can I find the settings to change those, please?
k_budiarto Posted August 5, 2003 Posted August 5, 2003 When changing the color of the gif images in Photoshop, make sure you open the gif files as PSD files so that you will get layers to play around with. If you forget to do this, that is, you edit them GIF files directly (without opening as PSD files) you will lose the ability to change the color to what you want (since editting this way locks the color scheme). I just changed my site's theme last night. What I did to the corner GIFs was changing the color in Photoshop 7.01. This can be done easily. After you do what I tell you above, just go to Select->Color Range. A popup window will show up and you use the dropper cursor to select the color from the GIF image that you want to change. This method will select only the area that you want to change. After that, you can fill the area selection with whatever color that you want. Hope this helps.
k_budiarto Posted August 5, 2003 Posted August 5, 2003 It should be in your stylesheet.css under class .infoBox I just changed this last night and mine is pinkish red.
k_budiarto Posted August 5, 2003 Posted August 5, 2003 Dunno why I chose that color though. But I guess that color goes best with my site theme. Oh well...
Guest Posted August 5, 2003 Posted August 5, 2003 Thanks, I'll try that :) Mine has pink bars with purple outline but I'm keeping the white background, something I never do :)
Guest Posted August 5, 2003 Posted August 5, 2003 It should be in your stylesheet.css under class .infoBoxI just changed this last night and mine is pinkish red. Nope. I have no "class .infoBox" and in fact, 'class' was not found at all. There is no reference to the table border colors at all ... so I can't figure out why they are grey and why I can't change them
k_budiarto Posted August 5, 2003 Posted August 5, 2003 when i say class .infobox in CSS, don't look for 'class .infobox'. just look for '.infobox'. in CSS, a class is an object that has attributes such as font size, font color, background, etc....
Guest Posted August 5, 2003 Posted August 5, 2003 Right now I'm close to losing it. Everything is just broken. But under .infoBox there are just 5 settings, and none have the grey color code, and nothing there indicates it's for a border, just background.
Guest Posted August 5, 2003 Posted August 5, 2003 This day was so lousy I figured what the hell, so backed it up and figured if I broke it, I had it backed up and could replace it. So far I'm tinkering with tons of colors, making things look horrific, but I'm learning, so it's ok :) I did manage to replace the oscommerce.gif (on the cart side so far) and it looks good, so something went right. Remind me not to leave ice cream on the counter when I'm learning how to do something :cry:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.