Homepage sliders are common in any ecommerce web site. These are used to promote products and often drive users to their respective pages. But, sometimes, you don’t want to link them.
If you want carousel to be un-clickable, you can use the following simple code on the slider that would make it un-clickable.
.heroCarousel-slide { pointer-events: none; }
In our Q&A series on our blog, we want to provide you with solutions to all of your BigCommerce Questions. If you face any issues on your BigCommerce website or want to ask any questions, you can write to us in the comments section below. Our ecommerce experts will provide you with a solution for it in 1-2 days.