Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

removing box and background behind product listing


ashleylr

Recommended Posts

I need some help with my website's layout (check out my site: www.momentsofelegance.com)

 

I have searched through all my code and i can't seem to figure out how to do what I want to do. I want to get rid of the box around my product lists as well as the background color (that matches all of my boxes). Can anyone tell me where I can do that?

 

 

Also, when I choose one of my main categories and get to the page that shows the subcategories, I hate how it looks but don't know where I can change the layout of it. Does anyone have any good style tips or know of contributions that can make this look better?

 

Thanks so much to anyone who can lend me some style tips (any other style input or feedback is welcome!!)

Ashley

Link to comment
Share on other sites

The things you are talking about are controlled by your stylesheet.

 

Given the changes you have made I think you must know how to update that.

 

If you want to email me, I'd be happy to talk you to you more about your site offline about design.

Link to comment
Share on other sites

thats the problem, I do know how to change it for the most part, but I can't find anything in my stylesheet showing that I am allowing borders to go around the products. my product listing style looks like this (which to me would say no borders)

 

TABLE.productListing {

border: 0px;

border-style: solid;

border-color: #FFFFFF;

border-spacing: 0px;

 

what am i missing here?

 

 

 

The things you are talking about are controlled by your stylesheet. 

 

Given the changes you have made I think you must know how to update that. 

 

If you want to email me, I'd be happy to talk you to you more about your site offline about design.

Link to comment
Share on other sites

thats the problem, I do know how to change it for the most part, but I can't find anything in my stylesheet showing that I am allowing borders to go around the products. my product listing style looks like this (which to me would say no borders)

 

TABLE.productListing {

border: 0px;

border-style: solid;

border-color: #FFFFFF;

border-spacing: 0px;

 

what am i missing here?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...