Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

I have looked all over and I cannot figure this out. I am trying to remove the borders on my shopping cart. I want to keep the content, but not have the borders displayed.

 

Where do I make this change?

 

Thanks in advance.

Posted

Patrick,

 

Look for these in the stylesheet.css

 

TABLE.productListing {

border: 1px;

border-style: solid;

border-color: #b6b7cb;

border-spacing: 1px;

}

 

TABLE.formArea {

background: #f1f9fe;

border-color: #7b9ebd;

border-style: solid;

border-width: 1px;

}

 

 

Chris

Posted

Patrick,

 

Look for these in the stylesheet.css

 

TABLE.productListing {

border: 1px;

border-style: solid;

border-color: #b6b7cb;

border-spacing: 1px;

}

 

TABLE.formArea {

background: #f1f9fe;

border-color: #7b9ebd;

border-style: solid;

border-width: 1px;

}

 

 

Chris

 

 

I saw those, but that did not fix it. I actually found one problem, which WAS a CSS issue. But it was for a customization I had made. It fixed one of my issues.

 

If you goto www.time4chocolate.biz and click on the "shop chocolate" you will see the lines I am reffering to around the My Account | Cart Contents | Checkout or the "Your cart is empty" area.

Posted (edited)

I saw those, but that did not fix it. I actually found one problem, which WAS a CSS issue. But it was for a customization I had made. It fixed one of my issues.

 

If you goto www.time4chocolate.biz and click on the "shop chocolate" you will see the lines I am reffering to around the My Account | Cart Contents | Checkout or the "Your cart is empty" area.

 

nevermind, it was my wife's doing. She added it in to be able to see the layout of the tables.

 

oy!

 

Thanks for the help Chris.

Edited by carpediem79

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...