Jump to content

Remove the black frames around the product photo


janeklass

Recommended Posts

4 minuty temu, janeklass napisał:

URL https://flamicroz.com/

However, I noticed that it looks a little different on the phone and on the computer. On the phone, both images (large and small) have a black border around them, but on the computer only the small image.

Both css should be already in your

https://flamicroz.com/themes/Artista/assets/css/custom.css

So just edit them like this:

.thumb.js-thumb {
  border: none;
  padding: 2px;
}
.js-thumb, #zoom {
  cursor: pointer;
  border: none;
  border-radius: 0px;
}

Clear the cache after.

Link to comment
Share on other sites

14 minutes ago, ComGrafPL said:

Both css should be already in your

https://flamicroz.com/themes/Artista/assets/css/custom.css

So just edit them like this:

.thumb.js-thumb {
  border: none;
  padding: 2px;
}
.js-thumb, #zoom {
  cursor: pointer;
  border: none;
  border-radius: 0px;
}

Clear the cache after.

Thank you!
It works...partly. The frames are no longer on the computer, but the frame is still there on the big picture on the phone, and there was a strange problem. Namely, if you click on a smaller image, the sharpness of the large image becomes worse. (Watch the video)

Link to comment
Share on other sites

9 minut temu, janeklass napisał:

Thank you!
It works...partly. The frames are no longer on the computer, but the frame is still there on the big picture on the phone, and there was a strange problem. Namely, if you click on a smaller image, the sharpness of the large image becomes worse. (Watch the video)

output.1.avi

You would need to find the proper css in theme / zoom container, zoomlens module in files and set the border to none. You could also check the theme, modules setting in panel. Maybe it has that option to customize.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...