Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Info Box Corners


shiningfaery

Recommended Posts

Posted

Hi All,

 

I have made my info boxes have rounded corners and then change the colour of the them, this has went ok except that the corners are still the prev colour!! I dont know what to do now..

the only mod I have installed template wise is centre shop.

please help.

 

Michaela

Posted

Michaela,

 

If your corners are transparent .gifs, the color will show through from the previous layer. In this case you would need to edit the stylesheet.css to change the box colors.

 

 

Chris

Posted

No they are not transparent.gifs the only thing I have dome is changed the colour from the installed blue to another. I checked the style sheet and its showing as it should be.

Posted

Michaela,

 

If you have over-written the files included in the images/infobox directory with new files of the same name. Then perhaps all you need to do is ctrl F5 to hard refresh the page. ?

 

 

Chris

Posted

The only thing I changed in include/boxes/xxx was

new infoBoxHeading($info_box_contents, true, true);

 

then i changed the stylesheet

.infoBox {

background: #ffffff;

}

 

.infoBoxContents {

background: #ffffff;

font-family: calibri, sans-serif;

font-size: 14px;

}

 

.infoBoxNotice {

background: #880053;

}

 

.infoBoxNoticeContents {

background: #ffffff;

font-family: calibri, sans-serif;

font-size: 14px;

}

 

TD.infoBoxHeading {

font-family: calibri, sans-serif;

font-size: 14px;

font-weight: bold;

background: #880053;

color: #ffffff;

}

 

TD.infoBox, SPAN.infoBox {

font-family: calibri, sans-serif;

font-size: 14px;

}

 

so that each box heading line was #880053 with a #ffffff background

 

i have the heading and background just blue corners which was the original colour.

Archived

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

×
×
  • Create New...