Hello,
Featured products arrows in the homepage can be edited with help of some image editor because they are loading from the file wp-content/themes/blanco/images/slide_next.png.
To change hover color of “Shopping Cart” link in the header use this code in custom.css:
#top-cart > a:hover {
color: red;
}
Best regards,
Jack Richardson.