nopmstr2014 wrote:Hi All,
Is there any way I can remove Free Shipping image from product details page and add a different image?
Thanks
Jilin
Hi Jilin,
you have to replace the image in the img folder of your project (Themes --> Nitro --> Content --> img/). the file name of the image is depending on your color preset - "free-shipping-red.png", "free-shipping-green", etc. Find the image and replace it with the one you want.
Keep in mind that the place holder of the image is styled for images with dimesions of 85x85 px. If your new image is of a different size or scale, you'll need to change the place holder css styles in order to fit the new image. Look for this code in your main CSS file (styles.css):
.free-shipping {
... ... ...
}
... and change the width and height to anything you like. if your new image is 85x85 px, you don't need to change anything, just replace the image.
Let me know if you have any further questions.