Greetings all,
OC 2.3.0.2 using the default theme, I would like to remove the light gray border that surrounds the main product image as well as the thumbnail images. If I can either remove this border or change the color to white so that it does not appear on the site, I would be very happy. I do not wish to remove any of the other light gray borders, only the ones around the product images.
Please refer to link below for sample. Thank you in advance for any advise you may have to assist me in accomplishing this.
https://shop.keyboardconcepts.com/index ... uct_id=348
Hi
Add this CSS code:
To the end of this file:
catalog/view/theme/default/stylesheet/stylesheet.css
Then clear the caches.
Add this CSS code:
Code: Select all
.thumbnails .thumbnail {
border-width: 0;
}
catalog/view/theme/default/stylesheet/stylesheet.css
Then clear the caches.
Who is online
Users browsing this forum: No registered users and 2 guests