Shopify themes, liquid, logos, and UX
Hello,
does somebody know How to remove the arrow on the product image slideshow?
Thank you!
url: aliudclothing.com
Solved! Go to the solution
This is an accepted solution.
Hi, please click on the customize button on the theme in which you want to remove the arrows.
Go to the product template and click on product information.
Scroll down and at the bottom you will see the option of adding custom CSS. Just paste the below code in custom CSS box to hide the arrows.
Please keep in mind that this code will hide arrows both on desktop and mobile devices. If you only want to hide these arrows on mobile then let me know.
.slick__arrow {
display: none !important;
}
If you are having difficulties in adding this code, let me know.
Hey @KimGottwald
Pls following below steps:
1. Find the two buttons in your theme code editor. I am not sure where, remove the code I marked up
2. Go to the theme editor. Choose the product template you are using
3. Select the image slide section
4. Add below code to the custom css inputbox at the right corner
.slick__arrow--next {
display: none
}
.slick__arrow--previous {
display: none
}
Feel free to reach out if you need further assistance
This is an accepted solution.
Hi, please click on the customize button on the theme in which you want to remove the arrows.
Go to the product template and click on product information.
Scroll down and at the bottom you will see the option of adding custom CSS. Just paste the below code in custom CSS box to hide the arrows.
Please keep in mind that this code will hide arrows both on desktop and mobile devices. If you only want to hide these arrows on mobile then let me know.
.slick__arrow {
display: none !important;
}
If you are having difficulties in adding this code, let me know.
It doesn’t work for me
Can you please share more details about your issue?
Send the screenshot as well as the code which you are trying to implement.
If possible please share your store URL as well.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024