View All Button

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

Hello @shopml ,

Please share the store URL

Thanks

1 Like

Www.shopmakenzielane.com

To hide count number

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. 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