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
Teil 2 - Wie die Prinzipien des UX-Designs dir dabei helfen können einen großartigen Shop ...
By Kai Sep 16, 2024Teil 1 - Wie die Prinzipien des UX-Designs dir dabei helfen können einen großartigen Shop ...
By Kai Sep 9, 2024Anpassungen des benutzerdefinierten Codes an Shopify-Themes (CSS) leicht gemachtIn diesem...
By Gabe Aug 28, 2024