Shopify themes, liquid, logos, and UX
Hi can you please help me display the arrows on mobile version only under the section T-shirts. I think I used CSS code to hide by accident.
page:https://matibrnd.com/products/alexander-the-great-ar-hoodie
code: biangu
Thank you
Solved! Go to the solution
This is an accepted solution.
Hi @MT27
Yes, you have a prev. and next button but you hide it well in the theme.liquid. It over ride already and it would be hard to add another code it would not listen.
What you can do is to find this code in the theme.liquid, component-slider.css or wherever youi paste it before.
This is the code.
And it must be change like this.
@media screen and (max-width: 749px) {
.slider-button--next {
display: content !important;
}
.slider-button--prev {
display: content !important;
}
.slider-buttons {
position: unset !important;
}
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @MT27
Yes, you have a prev. and next button but you hide it well in the theme.liquid. It over ride already and it would be hard to add another code it would not listen.
What you can do is to find this code in the theme.liquid, component-slider.css or wherever youi paste it before.
This is the code.
And it must be change like this.
@media screen and (max-width: 749px) {
.slider-button--next {
display: content !important;
}
.slider-button--prev {
display: content !important;
}
.slider-buttons {
position: unset !important;
}
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024