|
Shopping Cart Product Image Border Nexternal |
Question:I love how product images can now reside in the shopping cart. How can I put a 1 pixel border around the cart image? |
Response:
Visit Layout/Edit Advanced Layout and append the following code to your Style Sheet Addendum:
.nextCartProdImage img { border:1px solid black !important; }
|
|