AbanteCart Community
Shopping Cart Operations => Support => Topic started by: mike3314 on October 01, 2017, 01:41:07 PM
-
Hi,
Is there any way I could put a frame/thin outline border around the main image and additional images on the product page?
Any help much appreciated.
-
Hello.
You can do this with css border property
https://www.w3schools.com/cssref/pr_border.asp
-
Hi Basara,
Thanks for pointing me in the right direction and great guide to css, I've managed to find the css sheet for the home page and have framed the images but I'm struggling finding where to/which style sheet to edit for the larger image under the product listing.
-
Image size is controlled in settings for images under the theme/template settings. Width and Height are set programmatically and not in css
-
Thanks for your reply but what I'm trying to do is to add a small border around the image on the actual product page, I can't seem to find where to do this.
-
You need to add style to .easyzoom class in styles.css.
See screenshot.
-
Thanks for your help :)