Hello, does anyone know how to get the view all link at the end of the featured collection instead of underneath? Also, get rid of the number count as well. Example, 1/7 pictures. Thank you!
1 Like
1 Like
To hide count number
Follow these steps:
-
Go to Online Store → Theme → Edit code
-
Open your base.css file and paste the following code at the bottom:
.slider-counter.caption {
display: none;
}
Get view all at the end you mean as you last slide ?
If yes, yes possible but needs customization.
Thanks