Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing site color


LordPG

Recommended Posts

Hi, I am at the stylesheet.css but noticed that the colors of my site are defined by numbers or letters, ex #fsfasfe

 

How can I find the codes for different colors, spesifically blue?

 

Thanks! :lol:

Link to comment
Share on other sites

Hi, I am at the stylesheet.css but noticed that the colors of my site are defined by numbers or letters, ex #fsfasfe

 

How can I find the codes for different colors, spesifically blue?

 

Thanks! :lol:

 

hi maby this help u

http://www.2createawebsite.com/build/hex-colors.html

 

u need to take the Hex from the table in this site and paste on the stylesheet.css file

Link to comment
Share on other sites

Hi,

 

I insert the codes but there is no change, can't you tell me which line to edit if I want to change the background color? The color of the bars (where you fin my cart, my account, etc)?

Link to comment
Share on other sites

Hi,

 

I insert the codes but there is no change, can't you tell me which line to edit if I want to change the background color? The color of the bars (where you fin my cart, my account, etc)?

 

for background color find

BODY {

background: #ffffff;

color: #000000;

margin: 0px;

}

 

for color of the bars find

TR.headerNavigation {

background: #bbc3d3;

}

 

TD.headerNavigation {

font-family: Verdana, Arial, sans-serif;

font-size: 10px;

background: #bbc3d3;

color: #ffffff;

font-weight : bold;

}

Link to comment
Share on other sites

If you have a /catalog folder, the stylesheet for it is there, not in /catalog/includes

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...