does anyone have any idea how to remove the “1/3” counter and arrows beneath this slider? Want to make it look more sleek ? Thanks
Hello @DAGNORAK
To remove slider counter follow this steps :
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Assets > base.css and paste this at the bottom of the file:
.collection .slider-buttons
{
display: none;
}
Hope this works well.
thanks so much! works perfectly!!!
Hi, it does not work for me (Down theme)
I would like to do the same (remove counter) on mobile version everywhere, where is swiping enabled - collections and multicolumn section. Any ideas?
