To change color of “Remove button” (X icon) on Cart Page.
You can use this code to Custom CSS box.
button.cart-row-remove svg { fill: #f1f; } button.cart-row-remove { opacity: 1 !important; }