Want to remove the number of the amount of columns on mobile it’s fine on a PC
https://7e769e-70.myshopify.com/
pw: jake
Want to remove the number of the amount of columns on mobile it’s fine on a PC
https://7e769e-70.myshopify.com/
pw: jake
Hello @jakethagun
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> component-slider.css
add this code at the end of the file
.slider-buttons {
display: none;
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
Hello @jakethagun
Online Store > Theme > Edit Code > base.css
Go to Bottom
.slider-counter {
display: none !important;
}
Thank You
Hello @jakethagun
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.