News:

AbanteCart v1.4.2.1 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - imogenledner

#1
Customization help / Re: Images
October 23, 2024, 05:16:41 AM
You can apply custom CSS to give your Novator theme product images a border. Here is a small sample of code that you can try:

```css
.product-photo {
    border: 2px solid #000; /* Change #000 to your desired border color */
    padding: 10px; /* Optional: adds space between the border and the image */
}
```
Just be sure that your product photos use this class. To suit your taste, you can change the border's color and width. Please ask for more help if you need it!

Forum Rules Code of conduct
AbanteCart.com 2010 -