This topic has 4 replies, 2 voices, and was last updated 10 years, 6 months ago ago by Jack Richardson
Hi,
When I click on the product picture, Lightbox comes up, however the “1 of 4” is half way on the picture. Obviously it is not where it should be.
Cheers for help. Details in Private Content.
Also how can i remove the big arrows of the main product picture? I want to keep them on the thumbnail only and when Lightbox is open.
Many thanks,
Hello,
Please add following code into your custom.css to remove arrows:
.single-product-page .flex-direction-nav .flex-next, .single-product-page .flex-direction-nav .flex-prev {
display: none;
}
Also add this to fix counter position:
.mfp-counter {
right: 45%;
margin-top: 40px;
}
Regards,
Jack Richardson
Cheers, works good!
Hello,
You’re welcome!
Regards,
Jack Richardson
The issue related to '‘Lightbox issue’' has been successfully resolved, and the topic is now closed for further responses