Shopify themes, liquid, logos, and UX
Hi!
I want to remove the arrows on product images on Collection Pages as well as from the Testimonials Section on Symmetry theme 6.0.0. Could anyone help me to locate section where these are located in code and how to do it? Thanks so much!
Solved! Go to the solution
This is an accepted solution.
Hi @Levia ,
Thank you for the info. I understand that you want to remove the arrows on product images on Collection Pages as well as from the Testimonials Section. i did not remove all over I just hide so It wont affect the functions.
Try this code.
.testimonial-list__controls {
visibility: hidden;
}
a.image-page-button.image-page-button--previous.ltr-icon {
visibility: hidden;
}
a.image-page-button.image-page-button--next.ltr-icon {
visibility: hidden;
}
Hi @Levia ,
Would you mind to share your URL website with password? So we can provide the better solution. You can PM if you dont like to public. Thanks!
This is an accepted solution.
Hi @Levia ,
Thank you for the info. I understand that you want to remove the arrows on product images on Collection Pages as well as from the Testimonials Section. i did not remove all over I just hide so It wont affect the functions.
Try this code.
.testimonial-list__controls {
visibility: hidden;
}
a.image-page-button.image-page-button--previous.ltr-icon {
visibility: hidden;
}
a.image-page-button.image-page-button--next.ltr-icon {
visibility: hidden;
}
Perfect it worked! Thanks again so much!
Your Welcome, Happy to help.😊
User | RANK |
---|---|
140 | |
114 | |
79 | |
64 | |
64 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023