Why isn't the impulse theme button color displaying correctly?

https://luxurymrkt.com/collections/newest-products

Hi my two buttons previous and next button on collection pages isn’t showing the white arrow. I’m not sure why smh ?‍ :male_sign: and if I change it to white it works but then my checkout/bag button changes.

Thanks for your help. Mike

Hi,

To change the previous & next icon color to white, please go to Assets > theme.css and add the code below.

.pagination .next .icon, .pagination .prev .icon {
    fill: white;
}

Hope it helps.

Thanks.

Worked perfect thanks