Hello Shopify Community,
Can anyone help me to get the arrows black and the "12/12" unvisible at my featured collection? Thank you very much.
Gelöst! Zur Lösung
Erfolg.
Thanks and you can use this help doc here. Since the arrow's colour is controlled by the currentColor keyword, changing the colour of the button should update the SVG to black:
.slider-button {
color: black;
}
To hide the slider counter without removing it from the HTML (useful for accessibility), you can set its display to none:
.slider-counter {
display: none;
}
Do you have a link to that page?
hoodlovevintage.de
PW: hoodliebe2024
Erfolg.
Thanks and you can use this help doc here. Since the arrow's colour is controlled by the currentColor keyword, changing the colour of the button should update the SVG to black:
.slider-button {
color: black;
}
To hide the slider counter without removing it from the HTML (useful for accessibility), you can set its display to none:
.slider-counter {
display: none;
}
Thanks for your fast response. Where do i add these codes?
See my link above
Thank you very much for your help bro love
Hallo zusammen! Wir haben intensiv daran gearbeitet, dein Shopify-Erlebnis auf Deutsc...
By JasonH May 12, 2025Mit dem Lernpfad der Shopify Academy und dem Verified Skills-Badge Expanding Your Sho...
By Shopify Feb 7, 2025Den Verkauf im Großhandel steigern: In der Shopify Academy lernst du, wie das geht, zum...
By Shopify Feb 3, 2025