FROM CACHE - de_header
Diese Community hat auf Peer-to-Peer-Support umgestellt. Der Shopify Support wird diese Community nicht mehr betreuen. Wir empfehlen dir, dich mit anderen Händler:innen und Partner:innen in Verbindung zu setzen, um Unterstützung zu erhalten und Erfahrungen auszutauschen. Bitte melde weiterhin alles, was gegen unseren Verhaltenskodex verstößt, oder Inhalte, die deiner Meinung nach entfernt werden sollten.

Arrows on the featured collection

Gelöst

Arrows on the featured collection

HoodLove
Entdecker
37 0 10

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.

 

 

 Bildschirm­foto 2024-11-13 um 13.50.28.png

 

 

1 AKZEPTIERTE LÖSUNG
Ben310
Astronaut
1017 135 215

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;
}

 

Lösung in ursprünglichem Beitrag anzeigen

6 ANTWORTEN 6

Ben310
Astronaut
1017 135 215

Do you have a link to that page?

HoodLove
Entdecker
37 0 10

hoodlovevintage.de

PW: hoodliebe2024

Ben310
Astronaut
1017 135 215

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;
}

 

HoodLove
Entdecker
37 0 10

Thanks for your fast response. Where do i add these codes? 

Ben310
Astronaut
1017 135 215

See my link above

HoodLove
Entdecker
37 0 10

Thank you very much for your help bro love