How tp change the "View All" block color?

image

Hello,

You can use the CSS:

.show-all {
    color: #fff;
    background: #000;
}