This topic has 8 replies, 2 voices, and was last updated 6 years, 1 months ago ago by Rose Tyler
Hello,
I need the images that have the option for enlarge on all the site
to be enlarged when clicked
and not magnified by clicking on the arrows
Best Regards
Orna
Hello,
Please describe the desired result in more details and provide us with correct wp-admin access.
Waiting for your reply.
Regards
Hello,
https://snag.gy/ZRNhOY.jpg
there are arrows on the bottom of the product images
I like that by clicking on the image it will be enlarge
the problem on mobile that it not working even when I click on the arrows
Regards
Hello,
.quick-view-popup .images .main-image-slider ul.slides .zoom-link,
.single-product-page .images .main-image-slider ul.slides .zoom-link {
bottom: 0;
left: 0;
right: 0;
top: 0;
display: flex;
justify-content: flex-end;
align-items: flex-end;
padding: 15px;
}
Regards
Hello,
I add the cod on child custom css and make save changes on custom css in WP
But I don’t see any changes
Regards
Orna
Hello,
The code needs to be added in style.css file of your child theme.
Regards
Hello,
So Sorry (:
I add it on style.css file of child theme and delete it on custom css
But on Mobile I don’t see that it change
Can we delete the arrows of the image?
Regards
Hello,
Please add this code also:
.single-product-page .images .main-image-slider ul.slides .zoom-link i {
display: none;
}
do not forget to clear cache before checking.
Regards
You must be logged in to reply to this topic.Log in/Sign up