-
Content Count
12 -
Joined
-
Last visited
Reputation Activity
-
fantasiummedia got a reaction from euan in Disable Auto Zoom / Cropping on Individual Product Images
Hi All,
I am selling prints, and would like to disable the auto-zoom on each individual product so the buyer can see a bigger scale rendition of the print they are buying. My template does not have an option to disable autozoom on images. I am using Lange.
I was able to make this happen on the main products page using the code below:
.ProductList-outerImageWrapper { position: static; padding-bottom: 0px !important; } .ProductList-innerImageWrapper { position: static; margin-left: auto; margin-right: auto; } .ProductList-image { width: 100% !important; height: auto !important; top: 0px !important; position: static !important; Unfortunately I'm not savvy enough to get that to apply to the individual product.
Here is a link to a good example of an image that is being cropped: https://www.fantasiummedia.com/prints/stars-over-lake-atitlan
Offering a print of your choice at cost for anyone that can help!
-
fantasiummedia reacted to dimsk in I need to remove the underline text from links, how can I do that?
Hey
To remove it from all links you can use this code:
a { border-bottom: none !important; }
Hope that helps!
-
fantasiummedia got a reaction from JonJonJon in Disable Auto Zoom / Cropping on Individual Product Images
Hi All,
I am selling prints, and would like to disable the auto-zoom on each individual product so the buyer can see a bigger scale rendition of the print they are buying. My template does not have an option to disable autozoom on images. I am using Lange.
I was able to make this happen on the main products page using the code below:
.ProductList-outerImageWrapper { position: static; padding-bottom: 0px !important; } .ProductList-innerImageWrapper { position: static; margin-left: auto; margin-right: auto; } .ProductList-image { width: 100% !important; height: auto !important; top: 0px !important; position: static !important; Unfortunately I'm not savvy enough to get that to apply to the individual product.
Here is a link to a good example of an image that is being cropped: https://www.fantasiummedia.com/prints/stars-over-lake-atitlan
Offering a print of your choice at cost for anyone that can help!
-
fantasiummedia got a reaction from ThompsonWebDesign in Direct Customer To Cart After Adding Product
@ThompsonWebDesign thank you so much, that was a perfect fix for my site. Check your inbox for a sweet discount code!