Shopify themes, liquid, logos, and UX
How do I remove these arrows?
Here is the site: https://568839.myshopify.com/
Solved! Go to the solution
This is an accepted solution.
Hello @galleriste
Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.
@media screen and (max-width: 767px) {
flickity-controls.product__media-nav {
justify-content: center;
}
.product__media-prev-next.hidden-lap-and-up.tap-area.tap-area--large {
display: none;
}
.product__media-prev-next.hidden-lap-and-up.tap-area.tap-aera--large {
display: none;
}
}
Hello @galleriste
Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.
@media screen and (max-width: 767px) {
.product__media-nav {
display: none;
}
}
This also removed the navigation dots. I only want the arrows gone
This is an accepted solution.
Hello @galleriste
Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.
@media screen and (max-width: 767px) {
flickity-controls.product__media-nav {
justify-content: center;
}
.product__media-prev-next.hidden-lap-and-up.tap-area.tap-area--large {
display: none;
}
.product__media-prev-next.hidden-lap-and-up.tap-area.tap-aera--large {
display: none;
}
}
Thanks!
Hello @galleriste
You're very welcome! I'm glad to hear that you're pleased with the outcome. Please feel free to reach out if you need further assistance.
If my assistance was helpful, please consider liking and accepting the solution. Thank you!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025