Hello,
Please add this code into custom.css:
select {
border: 1px solid #000;
}
The arrow is an image wp-content/themes/legenda/images/select-arrow.png, and to change its color you need edit this picture with some image editor.
To remove the white block on Wishlist page add the following code into custom.css:
.woocommerce table.cart .product-thumbnail {
display: none;
}
and this one to make inner border of newsletter box black:
.widget_mc4wp_widget {
border: 1px solid #000;
}
Regards,
Eva Kemp.