Dawn 2.0 - How to remove the numbers from featured collections?

Solved

Dawn 2.0 - How to remove the numbers from featured collections?

GG9
Explorer
56 1 11

How do I remove the numbers from featured collections when swiping on mobile or smaller devices? 

Unbenannt.PNG

My store URL: https://hyz8484lh6daf9h3-57645498523.shopifypreview.com

Accepted Solutions (2)

made4Uo
Shopify Partner
3845 717 1187

This is an accepted solution.

Hi @GG9

 

1. Go to Admin page > Online store > Themes > Actions > Edit code
2. Open the base.css under the Asset folder.
3. Add the code below and click SAVE

@media only screen and (max-width: 750px) {
.collection .slider-buttons {
display: none !important
}
}

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free

View solution in original post

made4Uo
Shopify Partner
3845 717 1187

This is an accepted solution.

Hi @GG9 

 

Please add the code below.

.grid__item.slider__slide:first-child {
    margin: 0 !important
}

.collection slider-component {
margin: auto 5vw !important
}

 

Since buttons will be on top of the image, I would recommend adding background to show contrast. Add the code below if you agree. 

.collection .slider-button {
  background: rgba(255, 255, 255, 0.7) !important;
}

 

Also, please be aware that the code for ".collection .slider-button.slider-button--prev" should be left: 0. I am seeing left: -50;

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free

View solution in original post

Replies 8 (8)

made4Uo
Shopify Partner
3845 717 1187

This is an accepted solution.

Hi @GG9

 

1. Go to Admin page > Online store > Themes > Actions > Edit code
2. Open the base.css under the Asset folder.
3. Add the code below and click SAVE

@media only screen and (max-width: 750px) {
.collection .slider-buttons {
display: none !important
}
}

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free
GG9
Explorer
56 1 11

@made4Uo Thank you! Is there an easy to way add an arrow to the image itself that looks like that too? Unbenannt.PNG

made4Uo
Shopify Partner
3845 717 1187

Hi @GG9

 

If you want to show the buttons on the side, please delete the previous code provided and replace with the code below.

 

Note: For the slider to work, you must assign more than 4 products

.collection .slider-button.slider-button--prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-150%);
   z-index: 20
}

.collection .slider-counter.caption {
    visibility: hidden; !important
}

.collection .slider-button.slider-button--next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-150%);
   z-index: 20
}

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free
GG9
Explorer
56 1 11

@made4Uo Thanks a lot! Do you know how to properly set the position? On desktop devices, the arrows are on the very outside and on mobile devices the arrows are in the mid of two images. I already added the code on my website if you could check that: https://hyz8484lh6daf9h3-57645498523.shopifypreview.com/

made4Uo
Shopify Partner
3845 717 1187

This is an accepted solution.

Hi @GG9 

 

Please add the code below.

.grid__item.slider__slide:first-child {
    margin: 0 !important
}

.collection slider-component {
margin: auto 5vw !important
}

 

Since buttons will be on top of the image, I would recommend adding background to show contrast. Add the code below if you agree. 

.collection .slider-button {
  background: rgba(255, 255, 255, 0.7) !important;
}

 

Also, please be aware that the code for ".collection .slider-button.slider-button--prev" should be left: 0. I am seeing left: -50;

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free
GG9
Explorer
56 1 11

@made4Uo Thanks, works more than great! Is there some way to add the exact same thing to multicolumns sections and product pages?

DevgeeksCoUK
Shopify Partner
2 0 0

It's working great, but it's not work in collection list. can you explain where i am wrong ?

DevgeeksCoUK_0-1723116634866.png

 

DevgeeksCoUK_1-1723116723963.png

 

Nyud
Tourist
7 0 2

This didn't work for me. Are you able to help? Thanks!

 

My store is www.nyudswim.com