Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

InfoBoxes not changing


twirlerzmom

Recommended Posts

Posted

I'm kinda new to oscommerce but learning a lot but I'm having problems with my infoboxes. I've found the 3 files inside catalog/images/infoboxes and have changed the colors inside Photoshop. I saved the files to the same folder and then uploaded them. But when I go to view my changes the boxes never change! :angry:

 

Am I missing something else to make the changes apparent? I'm just using the default template I believe. I'm banging my head against a wall trying to get these to change colors. This should be so simple but for the life of me I can't get it to work. Please help!

 

Thanks,

Jan

Posted
I'm kinda new to oscommerce but learning a lot but I'm having problems with my infoboxes. I've found the 3 files inside catalog/images/infoboxes and have changed the colors inside Photoshop. I saved the files to the same folder and then uploaded them. But when I go to view my changes the boxes never change! :angry:

 

Am I missing something else to make the changes apparent? I'm just using the default template I believe. I'm banging my head against a wall trying to get these to change colors. This should be so simple but for the life of me I can't get it to work. Please help!

 

Thanks,

Jan

 

You'll need to change these colors in the sytlesheet.css. There are 3 small corners that are gifs that you will need to change in photoshop or some other program, but the main headers need to be changed in the sytle sheet. Hope that helps.

Posted
You'll need to change these colors in the sytlesheet.css. There are 3 small corners that are gifs that you will need to change in photoshop or some other program, but the main headers need to be changed in the sytle sheet. Hope that helps.

What am I looking for exactly in the stylesheet? I've been changing colors in there too but never saw any changes. That's when I found the actual .gif files so I thought maybe I had solved my problem but evidently not.

 

Would you be so kind as to point me to what line I am looking for in the stylesheet? Thanks so much for your help!

Posted
What am I looking for exactly in the stylesheet? I've been changing colors in there too but never saw any changes. That's when I found the actual .gif files so I thought maybe I had solved my problem but evidently not.

 

Would you be so kind as to point me to what line I am looking for in the stylesheet? Thanks so much for your help!

 

Look for these setting... they control the info boxes:

.infoBox {

background: #b6b7cb;

}

 

.infoBoxContents {

background: #f8f8f9;

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

font-size: 10px;

}

 

.infoBoxNotice {

background: #FF8E90;

}

 

.infoBoxNoticeContents {

background: #FFE6E6;

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

font-size: 10px;

}

 

TD.infoBoxHeading {

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

font-size: 10px;

font-weight: bold;

background: #bbc3d3;

color: #ffffff;

 

I customized the color on my boxes as well. They can be seen here if you'd like an example: http://www.myhairoutlet.com/catalog

Posted
Look for these setting... they control the info boxes:

.infoBox {

background: #b6b7cb;

}

 

.infoBoxContents {

background: #f8f8f9;

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

font-size: 10px;

}

 

.infoBoxNotice {

background: #FF8E90;

}

 

.infoBoxNoticeContents {

background: #FFE6E6;

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

font-size: 10px;

}

 

TD.infoBoxHeading {

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

font-size: 10px;

font-weight: bold;

background: #bbc3d3;

color: #ffffff;

 

I customized the color on my boxes as well. They can be seen here if you'd like an example: http://www.myhairoutlet.com/catalog

Thank you. I resolved that problem by installing a new store. Something was mixed up big time, 2 of my stores were crossed. If I clicked on the new one the path indicated it was still the old one. Not sure what happened there. However, I still have one minor problem left on the info boxes but I will post to a new thread since it's not quite the same problem

Archived

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

×
×
  • Create New...