Shopify themes, liquid, logos, and UX
Hi,
Is it possible to add arrows on the slider images of the product page? I'm using Refresh Theme.
Something like in the picture below.
Thanks
I think you go up to the code to edit.
Hello,
Were you able to figure out which part to place the code?
I'm stuck here as well, having the same issue.
@EnvyTrendy which code are you using for slider ?
@Dnlgrs Please use this js
$(function(){
$("#add your id/class here").slick({
speed: 1000,
dots: true,
prevArrow: '<button class="slide-arrow prev-arrow"></button>',
nextArrow: '<button class="slide-arrow next-arrow"></button>'
});
});
Where should I use this?
In your Js file @Dnlgrs
added this into you css
.product__media-wrapper .slider-mobile-gutter .slider-button{
display:flex !important;
}
where do i put the code ?
Learn 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, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025