Arrows on the featured collection

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.

Do you have a link to that page?

PW: hoodliebe2024

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