janeklass Posted March 31, 2023 Share Posted March 31, 2023 Hi, How to remove black frames around a product photo. Link to comment Share on other sites More sharing options...
endriu107 Posted March 31, 2023 Share Posted March 31, 2023 You should provide more information if you want help, for now I can guess that you need only add border: none; for this element. Link to comment Share on other sites More sharing options...
janeklass Posted March 31, 2023 Author Share Posted March 31, 2023 7 minutes ago, endriu107 said: You should provide more information if you want help, for now I can guess that you need only add border: none; for this element. Yes, I want to remove those black borders.. Link to comment Share on other sites More sharing options...
endriu107 Posted March 31, 2023 Share Posted March 31, 2023 You already have best answer you can get in my previous post. Link to comment Share on other sites More sharing options...
janeklass Posted April 1, 2023 Author Share Posted April 1, 2023 8 hours ago, endriu107 said: You already have best answer you can get in my previous post. Ok, do I understand correctly that I need to find the css? But where is it located in presta 1.7? Link to comment Share on other sites More sharing options...
ComGrafPL Posted April 1, 2023 Share Posted April 1, 2023 4 godziny temu, janeklass napisał: Ok, do I understand correctly that I need to find the css? But where is it located in presta 1.7? Share url here or in private. Will be faster. 1 Link to comment Share on other sites More sharing options...
janeklass Posted April 1, 2023 Author Share Posted April 1, 2023 22 minutes ago, ComGrafPL said: Share url here or in private. Will be faster. 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. Link to comment Share on other sites More sharing options...
ComGrafPL Posted April 1, 2023 Share Posted April 1, 2023 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 More sharing options...
janeklass Posted April 1, 2023 Author Share Posted April 1, 2023 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) output.1.avi Link to comment Share on other sites More sharing options...
ComGrafPL Posted April 1, 2023 Share Posted April 1, 2023 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now