Shopify themes, liquid, logos, and UX
Hi,
My custom arrows are not showing on the desktop on product page. And showing and working perfectly on mobile version. Can anyone help me to display the arrows on the desktop as same the mobile version have. Thanks!
Store URL : https://store1.ecomsmartify.shop/products/lahu
Password: 4
Hi, @Unknowndev234
Can you take a screenshot to indicate the custom arrow?
@Unknowndev234 Please follow the below steps:
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css file Add the provided code at the end of the file.
@media (min-width:768px) {
.slider:not(.slider--everywhere):not(.slider--desktop)+.slider-buttons {
display: block;
}
}
Webcreto || Shopify Partner
WhatsApp: +91 9125530390
For additional discussions, reach out via: Email ID: webcreto@gmail.com
Hi I have added this code but still my arrows are not appeared on the desktop version. can you check please. Thanks!
Hello @Unknowndev234
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
@media screen and (min-width: 990px) {
.slider:not(.slider--everywhere):not(.slider--desktop) + .slider-buttons {
display: block !important;
}
}
@media screen and (min-width: 750px) {
.product--thumbnail_slider .slider-mobile-gutter .slider-button {
display: flex !important;
}
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Hi @GTLOfficial Tahnkyou soo much for providing me the solution. after adding this my arrows are appeared. But my thumbnail got disappeared. can you check again please and my arrows are also not working as the button on mobile changing the slides. Thanks!
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