These arrows only shows when you’re hovering over them, but on mobile I want these arrows to always show. Not only if you’re hovering over them, because you can’t do that on mobile.
How do I fix this?
These arrows only shows when you’re hovering over them, but on mobile I want these arrows to always show. Not only if you’re hovering over them, because you can’t do that on mobile.
How do I fix this?
@DionCosina
Kindly share your store URL so,
I can solve it perfectly.
Thank You.
https://tuinmaterialen-dev.myshopify.com/ , this is the URL.
@DionCosina
kindly provide me store password.
I already fixed it.
.flickity-prev-next-button.previous {
opacity: 1 !important;
visibility: visible !important;
}
This worked for me.