Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

header background color edit


dumb_question

Recommended Posts

  • Replies 60
  • Created
  • Last Reply

all of the basic background colors are contained in the file stylesheet.css in the catalog folder.

 

if you browse thru that file you will see stylesheet definitions for header, footer, info boxes, etc.

 

remember that when you change information in that file you will have to clear the cache in your browser or you probably wont see the changes - you can also open the stylesheet.css file in your browser, refresh that window a couple of times and then re-open your site and the changes should appear

Link to comment
Share on other sites

look at these:

 

TR.headerInfo {

background: #ffffff;

}

 

TD.headerInfo {

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

font-size: 12px;

background: #000000;

color: #ffffff;

font-weight: bold;

text-align: center;

}

Link to comment
Share on other sites

those are the only places in the stylesheet that control the colors so I assume it is a problem with your browser cache not getting cleared.

 

you may need to quit and restart your browser to view the changes

Link to comment
Share on other sites

tried that ..it didnt work either?

 

Which version of OSC are you using? If you are using one of the loaded versions. The thema contrib takes over and the style sheets are under classes/thema.

 

And I know the post I made is correct. I tried it!!!!

Steve

-------------------------

Link to comment
Share on other sites

thema - I forgot about that one.... if you installed the thema contribution than you need to edit the appropriate thema stylesheet

Link to comment
Share on other sites

there are a couple of ways to tell if you have the Thema installed.

 

1 Look in your admin and see if there is a setting for Thema

 

2 Open any of the catalog files in an editor and see if this line in in the top...

<link rel="stylesheet" type="text/css" href="<? echo THEMA_STYLE;?>">

Link to comment
Share on other sites

sorry about that...I should have put the URL in first place! Here it is:

www.kashmircompany.com

 

Could you also tell me how i can change the color of the test within the infoboxes and get rid of the those black patches in the infoboxes.

 

Thank you so much for you help

 

Dumb_Question

Link to comment
Share on other sites

re black boxes:

 

1) Linda has a contribution that can fix that

2) you can also go into images/infobox/ and change the color of the box to match your color

Link to comment
Share on other sites

in stylesheet.css

 

.infoBoxContents {

background:#FFFFFF; font-family: Verdana, Arial, sans-serif;

font-size: 10px; color:#000000

}

 

 

for the contents of the info box

 

there is another style for the info box header

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...