View Single Post
  #8  
Old 04-06-2009, 08:46 AM
  alec.thomas's Avatar 
alec.thomas alec.thomas is offline
 

Advanced Member
  
Join Date: Mar 2009
Location: Minnesota, USA
Posts: 78
 

Default Re: Border around products.

Okay, I misunderstood where you want to do this. To add a border around category thumbnails, Add this line of code to your main.css

Code:
/* Adds border around category images */ div.subcategories img {border: thin solid #000000;}

and to add a border around featured products, and sub-category thumbnails add this code to main.css
Code:
.products-list img{border: thin solid #000000;}
add a different stlye by putting your css in the curly brackets.
__________________
X-Cart Gold v4.2.0 [Linux]
Add-On: X-Magnifier
Altered Cart Add-On: One Page Checkout
Reply With Quote