Hi,
The snippets are meant to be used for stores individually, so if you added it to a store, we are assuming that is needed. Anyway, you can easily disable it by simply leaving the first goal value blank like this:

To change the description text color, it can be done with a bit of CSS
.ks-cart-goal .description {
color: #000;
}