Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how can i add a border around sub-category images?


Guest

Recommended Posts

Posted

I want to put a border around my sub category images. Is there a way to do this with css? I know you can, I just don't know which php file to add the css class info into, and where. Any help?

  • 2 months later...
Posted
Are you talking about your the images of your products?

 

If yes, add this to your stylesheet.

 

.shadow1 {border: #000000 1px solid;}

td.smalltext img {border: 1px black groove;}

 

excellent, I wanted to do this on my shop and just found this thread. I made the change and it's just what I was after, thanks :)

Only problem is that the pictures included in the 'What's new' section on the left and the 'reviews' section on the right haven't changed... do they pull their style info from somewhere else?

Archived

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

×
×
  • Create New...