support

Author Topic: Images  (Read 1882 times)

Offline Nuno Neff

  • Full Member
  • ***
  • Posts: 237
  • Karma: +28/-10
    • View Profile
Images
« on: September 25, 2024, 04:58:03 AM »
Hello how can i add a border to product photos, it's because I'm using photos with a white background and I don't like seeing it like that in the novator theme.

I would like to add a border to photos like the photo of the yellow plier on the right.

Offline imogenledner

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
    • backyard baseball
Re: Images
« Reply #1 on: 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!

 

Powered by SMFPacks Social Login Mod