Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

changing colours


rozesky

Recommended Posts

Posted

Hi trying to change text and background colours.but i dont know hex codes is their anynother ways of doing this i'm new to this.did manage to do one but it was copying one code and pasting it.and i would like to change the standard osmmerce defualt back ground ie grey when i move mouse cursor over text in products box etc

 

cheers for any help

Posted
Hi trying to change text and background colours.but i dont know hex codes is their anynother ways of doing this i'm new to this.did manage to do one but it was copying one code and pasting it.and i would like to change the standard osmmerce defualt back ground ie grey when i move mouse cursor over text in products box etc

 

cheers for any help

 

Hi rozsky

since you managed to change one color, you most likely know where to do the changes, right?

In stylesheet.css is your place to make all the changes. Simply make a backup of that file and than start to experiment on your own with color combinations.

you can write the color into the line like:

 

BODY {
 background: black;
 color: white;
 margin: 0px;
}

 

of course if you like to have a particular color than it is best to write it like this:

 

BODY {
 background: #ffffff;
 color: #000000;
 margin: 0px;
}

 

Every program that does webdesign (iWeb, Photoshop, etc) or allows coding (bbedit, texteditor, etc) has a color pallet and there you can see look up the code. There is a whole lot of free and shareware out, but I guess you will have already such a program on your computer...

 

Rich

Posted

BODY {

background: #ffffff;

color: #000000;

margin: 0px;

}

[/code]

 

Every program that does webdesign (iWeb, Photoshop, etc) or allows coding (bbedit, texteditor, etc) has a color pallet and there you can see look up the code. There is a whole lot of free and shareware out, but I guess you will have already such a program on your computer...

 

Rich

 

Hi rich thanks for the info i tried using plant text, ie blue to change footer bar colour as it is the standard grey bachground but nothing happened which free shareware can u reccomend for hex codes

 

john

Posted

thanks for the help i 've managed to change the background colours but cant find how to change the manufacture and language box backgrounds can you help

 

john

Posted

Hi John,

 

Here is a site that I use alot that has a bunch of Hex codes with the color examples. http://www.somacon.com/p142.php Book mark it as I am sure you will use it alot like I do. Just remember depending on the users browser it might not support the text name for the color you are trying to use. I think currently only 16-24 colors are accepted using the text word of the color. So you are better off using the Hex codes for the colors. Hope this helps.

Search the forum and contributions before posting. If that doesn't work, keep looking, then post. The forum is for seeking help and advice NOT for someone to do your work for you. Try to do something on your on, if you are going to run a shop then learn how it works.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...