Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to change


LMan

Recommended Posts

Posted

Hi does anyone know how to change bgcolor for the inside of the shop And get rid of the border around the shop. I used a Contribution to cnter site and add widths. It now shows a table type border. I have been reading and searching the site for hrs with no luck.

Thanks

Lou

Posted

I changed mine in stylesheet.css:

.fixcenter {
 width: 780px;
 border: solid; border-width: 1px;
 background: #YOUR COLOR HERE;
 color: #000000;
 margin: auto;
 margin-top: 20px;
 text-align: left;
}

 

Instead of removing the border you can just set it the same color as the background, this way it'll disappear into it.

~ Don't mistake my kindness for weakness ~

Posted
I changed mine in stylesheet.css:

.fixcenter {
 width: 780px;
 border: solid; border-width: 1px;
 background: #YOUR COLOR HERE;
 color: #000000;
 margin: auto;
 margin-top: 20px;
 text-align: left;
}

 

Instead of removing the border you can just set it the same color as the background, this way it'll disappear into it.

 

Thanks Anna I wsill try that.

Lou

Archived

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

×
×
  • Create New...