I thought you could set this on VM settings, but apparently not
So open this file: ../templates/gk_bikestore/html/com_virtuemart/productdetails/default.php
find this fragment:
- Code: Select all
<div class="main-image"> <?php echo str_replace('<a', '<a class="modal"', $this->product->images[0]->displayMediaFull('class="product-image"',true,"class='modal'",true)); ?> </div>
replace with
- Code: Select all
<div class="main-image"> <?php echo str_replace('<a', '<a class="modal"', $this->product->images[0]->displayMediaFull('class="product-image"',false,"class='modal'",true)); ?> </div>
Them go to template manager > GK Bikestore parameters > advanced settings and enable the use of css override.
Next open ../templates/gk_bikestore/css/override.css and add this line on this file.
- Code: Select all
.productDetails .vmZoom{background-image: none!important}
Cheers