Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Rollover Category Images contribution - Missing header for Categories box background


scissorbabe

Recommended Posts

In the stylesheet, specifically this part:

 

TD.infoBoxHeading {
 font-family: Times New Roman, serif ;
 font-size: 14px;
 font-weight: bold;
 background: #f8f5e4;
 color: #000000;
}

Change these lines:

 

  background: #f8f5e4;
 color: #000000;

to:

 

  background: #624b43;
 color: #ffffff;

Sometimes after changing the stylesheet in order to see any change you have to hold the <Ctrl> key down while doing a page refresh in the browser to force the browser to reload all contents from the server, including the newly changed stylesheet.

 

This works with IE and Firefox.

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

Fantastic! That worked a treat. Thanks. :)

 

Any ideas of how to get rid of the row just below the categories header (between Categorieën & Woon Accessoires)?

In the stylesheet here:

 

.infoBoxContents {
 background: #f8f5e4;
 font-family: Times New Roman, serif ;
 font-size: 14px;
}

Change the second line to:

 

  background: #d9d6c4;

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...