carpediem79 Posted January 17, 2010 Posted January 17, 2010 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. Quote
Guest Posted January 17, 2010 Posted January 17, 2010 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 Quote
carpediem79 Posted January 17, 2010 Author Posted January 17, 2010 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. Quote
carpediem79 Posted January 18, 2010 Author Posted January 18, 2010 (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 January 18, 2010 by carpediem79 Quote
Recommended Posts
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.